That link is the same as the 1st, you need to say if something isn't working.
Posts made by jstap
-
RE: Help...Stoploss triggered Reverse EAposted in General Discussions
-
RE: Help...Stoploss triggered Reverse EAposted in General Discussions
How is this supposed to reverse, when the trade closed is the same as the new?

-
RE: Fractal Indicatorposted in Questions & Answers
Fractals work on a 5 candle pattern (or more), some work out profitable, some are minimum win-loss, and some are just a loss. Every trade would have happened 2 candles after the arrow.
-
RE: Close Least Profitable Positionposted in Questions & Answers
The blue block might only work correctly on tick, the purple block should work once when a trade has just opened. Blue is probably a loop, so it loops through all running trades.
-
RE: Calculate High and Low Distanceposted in Questions & Answers
Test that, the number you get will be the same as the number you get from your crosshairs on your platform.
-
RE: Another liquidity sweep questionposted in Tutorials by Users
Not entially sure what you are struggling with, the picture shows how to place a buy. Reverse for sells.

-
RE: Another liquidity sweep questionposted in Tutorials by Users
do you mean the condition candle low id2 < range of 2-96? If you draw lines on the range you can visually check what's happening.

-
RE: CHECK DISTANCE WITH PARABOLIC SARposted in Tutorials by Users
Might be better to use a condition, to check if candle 0 close is within the range you want.
-
RE: Another liquidity sweep questionposted in Tutorials by Users
It is updated every hour (or candle), looks back for 96 candles.
-
RE: How can i get multiple trades to act on different MA's?posted in General Discussions
Buy with the group you want, then use this group in other blocks to have trade doing what you want.
-
RE: How can i get multiple trades to act on different MA's?posted in General Discussions
Place with a different group number, and use this group number to control what happens with the trade.
-
RE: Close Profit and Take Profitposted in Questions & Answers
Test on backtest, you can do all this
-
RE: how to import an indicator into an EA?posted in Tutorials by Users
As I said it is a lot of work, and I do not know if I can do it, make a start and take pictures, I will see if I can help.
-
RE: Close Profit and Take Profitposted in Questions & Answers
Period() returns an int number, and it is the number of minutes per candle
-
RE: I need audible alert and arrow on the last 3 ticks before spike.posted in Questions & Answers
Everything is better with hindsight, the spikes are random.
-
RE: Creating an Multi-timeframe EAposted in Questions & Answers
Yes you get these options in most standard blocks.