@ontradingx High - low, use a variable to store the value.
Posts made by jstap
-
RE: How do you calculate distance between 2 prices?posted in Questions & Answers
-
RE: Refreshposted in Questions & Answers
@ramimoujaes What do you mean by refresh? read the instructions page create a start to your project, any problems put a shared link here and say what's not working.
-
RE: Maximum open postionposted in General Discussions
@rgoo This is why asking people to place a shared link is quite often needed, sometimes though just how it should be done to work is all that's needed.
-
RE: Maximum open postionposted in General Discussions
@mcvinbabas I use this all the time with no problems, put at the top and tee off.
-
RE: Need help - mt4/5 compatibilityposted in Questions & Answers
@forextester Better to create as some blocks are different, if you convert you need to change some blocks.
-
RE: Need Help - Buy Order was performed only 1 time.posted in Questions & Answers
@jargonloq The once per block will limit to only a single trade, the close block and condition block should be a separate tree, to have more than 1 trade as said you need a different setup, once per bar will create 1 trade per candle as long as other conditions match, I would move this to under conditions so it checks conditions before the once per bar, decide what you want to allow a new trade and set up logic trees
to allow what you want, any problems put the shared link here and say the problems you're having. -
RE: Indicator with alert...but no exact trade at the signalposted in Questions & Answers
@flyfisher I do not understand why you are trying to use an external indicator, the inputs tell you the type, period and all else to use without using this indicator, if you look every time there is a cross the arrow is painted, try using these settings with X< or X> on candle 1 and see if arrows match (they will), remember though a cross often happens when the move has happened, so this setup alone will work out at regular losses.
-
RE: ATR pipsposted in Tutorials by Users
@rick01 Then as I said will give you 30%, add this to a trailing pending above or below or set a level to enter a instant trade if market properties crosses the level.
-
RE: Indicator with alert...but no exact trade at the signalposted in Questions & Answers
@flyfisher Sorry but I cannot compile this indicater:

-
RE: Help me!!!posted in Tutorials by Users
@ramrod1970 Start a new question and put the shared project saying what's not working, for me live/back test is always the same.
-
RE: I need help with a partial close structure.posted in Questions & Answers
@tho401 Your right once per trade may fix but logically as soon as it closes partial the flag should turn false, check all flags are set to the right value.
-
RE: Indicator with alert...but no exact trade at the signalposted in Questions & Answers
@flyfisher Put the indicator here and I'll have a look, if the indicator is giving signal late though there is nothing I can do.
-
RE: I need help with a partial close structure.posted in Questions & Answers
@tho401 Try this https://fxdreema.com/shared/UJhswOYSd I added a buy so you can test on backtest.
-
RE: I need help with a partial close structure.posted in Questions & Answers
@tho401 I didn't set the blocks, tree 1 checks for +650 and sets flag to true, tree 2 checks if flag is true then at -650 closes partial and sets the flag back to false.
-
RE: Indicator with alert...but no exact trade at the signalposted in Questions & Answers
@flyfisher Ok but you know indicator is visible works, try experimenting with different candle ID's, if you open the data window then when you mouse over a arrow you should see a number displayed in the data window, if no number something's not working right.
-
RE: I need help with a partial close structure.posted in Questions & Answers
@tho401 Put your latest project here.
-
RE: Indicator with alert...but no exact trade at the signalposted in Questions & Answers
@flyfisher I can't do anything with the indicator, does it repaint? Have you tried the block indicator appear?
-
RE: ATR pipsposted in Tutorials by Users
@rick01 I have never found using the ATR that's not in pips works (that is for me), to get 30% of the ATR (pips or not) DIVIDE(/) ATR value by 100 then multiply(*) result by 30, this will give you 30% of your ATR value.
