Posts made by OD
-
RE: Multi timeframe conditioned EA can't open tradesposted in Questions & Answers
@l-andorrà After moving block 16 to the ON CHART TAB should I remove the NO TRADE block , and concerning the CHART MODIFIED block , after adding before the condition block should it be modified or can it be left like that .
-
RE: Multi timeframe conditioned EA can't open tradesposted in Questions & Answers
@jsauter86 Block 4 isn't necessarily a problem with regard to the concept , I've managed to make the chart colour change with the same conditions but the main problem came while backtesting , the same concept couldn't make it to open trades . The solution might be in the blocks arrangement as Andorra puts it .
-
RE: Multi timeframe conditioned EA can't open tradesposted in Questions & Answers
@l-andorrà Okay I'll do that , but the chart modified block is relatively new to me .
-
Multi timeframe conditioned EA can't open tradesposted in Questions & Answers
- The EA has conditions based on two timeframes which trigger the change of chart color and the placement of a buy trade .
- This trigger only changes the chart color but it doesn't place the buy trade in the strategy tester .
- How can I make the EA to place the buy trades when the conditions that change the chart color are met
-
RE: which blocks to use ?posted in Questions & Answers
@vonmunchy For this formula I would prefer not to trail the stop loss by one pip after a 40 pip move rather , lock in the profits without closing trade once 30 pips profit is obtained . Secondly , if trade still moves in profit then profits would be locked for each 10 pip move .
-
which blocks to use ?posted in Questions & Answers
My stop loss is 30 pips and my take profit is 30 pips . When take profit is hit before stop loss , the stop loss is moved to 30 pip profit . Every 10 pips after the first 30 pips in profit should move the stop loss 10 pips .
-
RE: How to set close trade condition for moving average crossoverposted in Questions & Answers
@rogerthat Switch the no trade block with a once per bar block to avoid opening many trades once then create a similar one for sell trades
-
RE: How to set close trade condition for moving average crossoverposted in Questions & Answers
@rogerthat For that case you'll have to use candle ID 1 in your moving averages crossover block then create another block where the previous candle should be above the slow moving average..use is above for all blocks and your candle IDs should be 1
-
RE: How to set close trade condition for moving average crossoverposted in Questions & Answers
@rogerthat The once per bar block sets ur condition to open trades when the condition happens once per candlestick...this is in order to avoid opening many trades at once since the condition could happen more than once in one candlestick period hence opening too many unwanted trades
-
RE: How to set close trade condition for moving average crossoverposted in Questions & Answers
https://fxdreema.com/shared/8Cn7r82gb
your blocks should be arranged this way -
RE: Can one open multiple trades using one condition ?posted in Questions & Answers
@l-andorrà https://fxdreema.com/shared/0IUosUUNb
Please assist to solve the question -
Can one open multiple trades using one condition ?posted in Questions & Answers
How can one open many trades using one condition...for example if previous candle close was above the 5 moving average open two similar buy trades
-
USING CUSTOM MACD TO ENTER TRADESposted in Questions & Answers
In my mt4 MACD indicator window , I have customize the MACD fixed minimum value to be 0.0001 . Am trying to create an expert advisor whereby BUY TRADES are placed when the MACD mainline appears on the indicator window or in other words the main line is above the 0.0001 level. Which block arrangements could be suitable to make this work?
-
RE: TROUBLESHOOOT THIS EAposted in Questions & Answers
@od https://fxdreema.com/shared/qLy9y64Gb
SHOULD ONE USE IS ABOVE or CROSSES ABOVE