The name shouldn't matter, put all 4 into a comment and see if any return a value
Posts made by jstap
-
RE: How do i setup this custom indicator?posted in Questions & Answers
-
RE: AO osillatorposted in Questions & Answers
He is not asking for your general use of it, he is asking for what you specifically want to do with it.
-
RE: change the color of cloud ichimokuposted in Questions & Answers
Don't know if it will help, but you could trace the line in a different colour when needed
-
RE: Pending order Stop Loss changes when it fillsposted in Questions & Answers
Share your project to see what's happening and why.
-
RE: ONE EA TWO CHARTSposted in Questions & Answers
Create a shared link and I'll check what you have done
-
RE: How do i setup this custom indicator?posted in Questions & Answers
My guess is that this setup doesn't recognise that buffer signal, does it as buffer appears? It might help to put buffer in a comment and watch the value change
-
RE: limitation losing money in a dayposted in Questions & Answers
What is placing these trades? According to this, this EA is placing, but it's not

-
RE: Trade at the beggining of each candleposted in Questions & Answers
So the period() will return the minutes of the current chart, oi on the same chart you want something to happen every 15 minute candle open, then in separate block add 15 for the minutes
-
RE: ONE EA TWO CHARTSposted in Questions & Answers
there are blocks that do it, in most blocks you can get the value, there is a yellow terminal block to set a value
-
RE: change the color of cloud ichimokuposted in Questions & Answers
You can't, you could possibly change the template, but why, and this won't work on backtest...
-
RE: ONE EA TWO CHARTSposted in Questions & Answers
If both are for 1 currency pair, then the difference is TF, you can probably use on one, if not you can pass information via global variables
-
RE: Trade at the beggining of each candleposted in Questions & Answers
The period() just returns the current chart time frame
-
RE: How to check profitable trades and close themposted in Questions & Answers
Close profitable trades (there is a blue block)
-
RE: MT5 STRATEGY TESTER INPUT VARIABLESposted in Questions & Answers
If you create a constant instead of a variable they can be optimised, you can set a variable from a constant,
-
RE: Consecutive Status Check of the Last Positionposted in Questions & Answers
On chart tab, purple trade closed block-blue check profit (last closed)-modify variable or something to save the result. You could also just use the blue check profit (last closed) block on tick, anywhere and this will activate when needed <0 is a loss
-
RE: Screenshot when Button Pressedposted in Questions & Answers
No, timeframe is in market properties:

-
RE: Screenshot when Button Pressedposted in Questions & Answers
I think you will need a set of blocks and a variable to do this, something like condition block (chart TF != variable TF)-print screen-set variable to current TF. To start you will need to check if the variable contains a number <1 (or=0)
-
RE: Screenshot when Button Pressedposted in Questions & Answers
I would select object by name, and sub window -1 means an indicator window:
