As is will do it, each condition needs to be correct before it activates the next.
Posts made by jstap
-
RE: Help with Moving Average EAposted in Questions & Answers
-
RE: Help with Moving Average EAposted in Questions & Answers
@Tobifx Yes so you have many blocks connected in a row, but before doing this get single blocks working.
-
RE: Help with Moving Average EAposted in Questions & Answers
@Tobifx What I would do is start with 1 condition, get working then add more, the notification can't work if there is a trade running, put that in a separate tree without a no trade block.
-
RE: Help with Moving Average EAposted in Questions & Answers
@Tobifx Add the shared link to look at, notifications won't work on back test.
-
RE: Help with Moving Average EAposted in Questions & Answers
@Tobifx Make a start, back test, and you will see how things work.
-
RE: How to take points instead of pips ?posted in Questions & Answers
It was @roar who said about point value, I said delete the pip rules in settings.
-
RE: Close trades groupposted in Questions & Answers
@Edtoloza Try this, it will work on back test, back test can be used to work out all so you know it works before using demo/live:

-
RE: Close trades groupposted in Questions & Answers
@Edtoloza This is whatever reason you want to reset the pass once, why is back test not possible?
-
RE: Close trades groupposted in Questions & Answers
Basically the opposite condition to close use for placing a trade
-
RE: How to take points instead of pips ?posted in Questions & Answers
@forexbob-0 Try deleting all the PIP rules in settings
-
RE: all my blocks look like this, why is this happeneing and how can i fix itposted in Questions & Answers
@ghaithalshehabat Sort your numbers so they are single fingers, is likely the browser you are using.
-
RE: Candle Color change Indicatorposted in Questions & Answers
Mostly is for EA's, you can change candle colour, standard blocks will change the whole chart, otherwise you would have to find custom code to use.
-
RE: Facing Technical errorposted in Questions & Answers
@forexbob-0 I've never used but fixed ratio is not martingale, which block is placing the wrong size trade? To my knowledge your first tree will start a pattern, which when the second places a trade the first pattern will mess up.
-
RE: help neededposted in Questions & Answers
Can't do indicators on FX, can make an EA do this, condition block candle ID0 < or> draw arrow, redraw using same name but opposite, in a separate tree.
-
RE: A possible rsi cross would give the tp?posted in Questions & Answers
condition block, RSI X> 50->close trade block
-
RE: indicator moves within limitsposted in Questions & Answers
If indicator is above X but below Y it's within the limit
-
RE: Compiling Errorposted in Questions & Answers
at a guess you don't have a variable called Lot_Size_Buy

