Just say what doesn't seem to be working, what I have said to you has previously been tested, add the candle line so you can see what's happening, and test on 5 minute chart.
Posts made by jstap
-
RE: First Candle of the Dayposted in Questions & Answers
-
RE: buying after every 250 pip lossposted in Questions & Answers
Just add this under for each and above your buy block.

-
RE: First Candle of the Dayposted in Questions & Answers
You need to set the timeframe to 5 minutes in for the candle, test on 5 minutes, and draw a line on the candle so you can see what it's doing.

-
RE: First Candle of the Dayposted in Questions & Answers
A bool variable is in that link, as is though will constantly change from true to false, above to below as price moves, click on it to check what it does, then download to test, and ask any questions you need clarification of.
-
RE: How do I set a Percentage lossposted in Questions & Answers
@jbillionz Equity is constantly changing, I would record the balance at the start of placing the first trade, balance / 100 * 2 will give you 2%, place the trades with a group if you need to distinguish from other running trades, check the profit of the 2 trades, then close if this number is reached
-
RE: Help with ON/OFF buttonposted in Questions & Answers
I should have showed you this, change the state on one of your buttons to pressed

-
RE: Help with ON/OFF buttonposted in Questions & Answers
redraw the button on tick and change properties

-
RE: Candle counter output problemposted in Bug Reports
Before what?, chose your start candle, and check the 10 previous candles, rsi on candle x is > than what you saved into a variable.
-
RE: text objectsposted in Questions & Answers
I think this is a custom enum, because the value is: Close price not PRICE_CLOSE

-
RE: text objectsposted in Questions & Answers
Pass me the indicator here and I'll see if I can get it to work
-
RE: Candle counter output problemposted in Bug Reports
If I understand this, every tick you try to count from -5 which doesn't exist yet?
-
RE: candle typeposted in Questions & Answers
If you select indicator rather than candle you have many heaikin ashi options
-
RE: Help with ON/OFF buttonposted in Questions & Answers
Add a shared link to see what you have done
-
RE: text objectsposted in Questions & Answers
That is a standard MT enum,
ENUM_APPLIED_PRICE - Applied price - PRICE_CLOSE
Should do it
-
RE: PREVIOUS DAY HIGH LOW - NOT PLOTTING CORRECTLY FOR MONDAYposted in Questions & Answers
is probably because on Monday 1 day offset is Sunday, check the day and if Monday get the price of 3 days before