I would like to test a speadbetting strategy on two indices, using tradingview and a MAC computer.
At a specified UK time, check where Index closed previous trading day,
2. At a specified UK time, compare today’s opening price with the previous day’s
closing price.
3. If there a minimum gap of a specified number a trade will be opened
based on the entry criteria.
4. If the opening price is lower than previous closing price, a SELL
spreadbet trade will be opened to close the GAP if the entry criteria are met.
5. If the opening price is higher than previous closing price, a BUY spreadbet
trade will be opened to close the GAP if the entry criteria are met.
6. Wait for the 1st 5 min bar to complete.
7. The size of the spreadbet point will be specified.
Entry Criteria for a BUY trade
Place an order to trigger if the
price then penetrates the high of the 1st 5 min plus an extra number
of specified points
Entry Criteria for a SELL trade
Place an order to trigger if the
price then penetrates the low of the 1st 5 min minus an extra number
of specified points
Stop Loss
Place a stop loss of a specified
number of points from the entry point
Adjustment Rules
At a specified time, check and do
one of the following:
a) If the trade has not been triggered, change the stop to a specified number
of points.
b) If in profit by a specified number of points, move the stop to lock in a
specified % of profits.
c) If in profit of less than a specified number of points, move the stop
loss by a number of specified points.
d) If in loss of greater than a specified number of points, and in a BUY trade,
move the stop to the LOW of the 1st 5 min bar.
e) If in loss of greater than a specified number of points, and in a SELL trade,
move the stop to the HIGH of the 1st 5 min bar.
Other notes:
·
Must be able to run and test in demo & run in live
mode in Tradingview using Pine.
·
Must be able to run on a MAC computer.
·
Must run in UK time and take into account daylight
saving.
·
The specified number will differ depending on the
index.
·
The timing will differ depending on the index.
·
Must not risk more than a specified & of the
trading bank.
·
Must be able to open, close and adjust trades in a
given demo & live trading account.
·
Must be fast in execution.
Similar orders
I'm going to fix my AFL code. My AFL code should work follows: Lets say I buy gold at $2,500. I want to add a position each time it goes up 20 ticks up to a maximum of 4 positions. So that would be the initial buy at $2,500. Since gold moves in $.10 increments (ticks) I would then buy another position at $2,502, then another at $2,504 and another at $2,506 which would be a maximum of 4 positions. The adds would use
Hi, I need to make algo trading platform . These are my specifications: 1. Integration with only one broker Zerodha (no need for multi-broker support) 2. Web-based UI for clients where they select which strategy to execute 3. Admin will plug python based strategies to the platform. Client should be able to select from available strategies. I already have a bundle of strategies in python. 4. Source code should
// @version= 5 strategy ( "Operator Psychology Trading Strategy with Heikin-Ashi (Auto Risk-Reward)" , overlay = true , pyramiding = 2 , default_qty_type = strategy.fixed , default_qty_value = 1 ) // Check for the 3-minute timeframe if ( not ( timeframe.isintraday and timeframe.period == "3" )) runtime.error ( "This strategy can only be run on the 3-minute timeframe." ) // Parameters for ATR, Stop-Loss, Risk
Hi, I need to make algo trading platform . These are my specifications: 1. Integration with only one broker Zerodha (no need for multi-broker support) 2. Web-based UI for clients where they select which strategy to execute 3. Admin will plug python based strategies to the platform. Client should be able to select from available strategies. I already have a bundle of strategies in python. 4. Source code should be
I already have a thinkscript, but I need to know if it is possible since I have done a lot of research already on the matter. Basically, I have a DoubleTop and DoubleBottom thinkscript indicator, which is based on futures bars. It prints a Pivot dot with a label when there is a DoubleTop or DoubleBottom on the chart. I can then see this on whatever time-frame I switch to. I would like to have the Scan - Alert
Create a Ninjatrader strategy 1. Identify yesterday’s range (high and low) between 13:30 and 16:00. Call this the NY PM Range. 2. Wait until price trades above the NY PM Range High or below the NY PM Range Low in Regular Trading Hours (9:30 to 16:00) 3. If price trades above the NY PM Range High, Set a Stop Market Order Short at low of the previous candle. Continuously adjust the entry order to the low of the
Hello, I'm looking for an expert in divergence to create a custom indicator for TradingView. The indicator should be able to identify all types of divergences, including hidden ones, with precision. Thank you and good luck
Hey greetings My please to met you Am in need of a tradingview developer that can create alert for me based on a tradingview indicator kindly bid for this project if it is what you can do for me
HI Recently purchased VPS, But now i am getting Following message "failed to get list of virtual hosts [404]", I need one help to fix this isues and make sure my EA working on VPS, when my computer off Thank you
can you help me with: Robot that works in automatic trading and algorithms based on high volatility news captured in economic calendars such as ( https://uk.investing.com/economic-calendar/, thanks Creating an automated trading bot that bases its decisions on economic news and high volatility events, such as those found in economic calendars (e.g., Investing.com's), involves several key components. Here are the steps