Try set all Candle ID = 1
Posts made by biztet
-
RE: Can i get a tip? TellYouWhatThanksInTheFutureposted in Questions & Answers
If that's what you want, that's the logic i can think of.
-
RE: indicator trand lineposted in Questions & Answers
Does the trendline going up and down? Maybe you can try this, the condition is when the indicator at CandleID 1 > CandleID 2, going up. Vice versa.
-
RE: indicator doesn't appear on the chartposted in Questions & Answers
I think you can connect Pass block with Modify Variables block. Create a variable with value=0. Use it in that block and put the indicator name. This should display the indicator on chart@sub window. I use mt4. Never tried at mt5.
-
RE: Can i get a tip? TellYouWhatThanksInTheFutureposted in Questions & Answers
You can get the top and bottom ONLY after the candle close. You can use Bull/Bear candle block in Various signals. Top and bottom of candle body, not the shadow@wick.
-
RE: How to put entry at Oscillator crossover??posted in Questions & Answers
Have you tried using above> OR below<?
-
RE: introduce me -> support and resistance indicatorposted in Questions & Answers
You can use standard indi like MA, BB, ICHI, ADX, MFI, anything as long as you know how to read it.
-
RE: Distance In pips From current Candle Openposted in Questions & Answers
I think you need to use pending orders.
No pending order > Once per bar > Buy&Sell pending orders.
-
RE: License keyposted in Questions & Answers
That is the comment input where you can find in Buy now@Sell now block.
-
RE: Can I design multiple Time frame indicators on an EA.posted in Questions & Answers
The logic is there. Yes you can try.
-
RE: i want and ea that filters and blocks other ea from opening tradesposted in Questions & Answers
@waenikioko hi, from what i understand, you can just connect No Trade block after the condition block.
-
RE: Self Recovery Systemposted in Questions & Answers
If you're using just martingale, then backtest result it's just a luck.
-
RE: Time Filter for Backtestingposted in Questions & Answers
Oh man! Why didn't i open that... Thanks a lot @l-andorrà.

-
RE: Time Filter for Backtestingposted in Questions & Answers
@l-andorrà if i use Time Filter, i can't backtest using the input start/step/stop column. Coz in Time Filter block the input is in string.
-
RE: Time Filter for Backtestingposted in Questions & Answers
WOW! Thanks a lot @l'andorrà. I think i didn't explore this section before.
Btw, how can i make it like time filter, range of time? But using this Condition block. -
Time Filter for Backtestingposted in Questions & Answers
Hello experts.
I want to make the Time available for backtesting. Any idea?
I see most of the Time constant is using string, so i cannot use it.
I want to use it at the Start/Step/Stop column.
Please help with this. Thanks.

