Create the button oninit, if clicked ontick activate the terminate block
Posts made by jstap
-
RE: delete expertposted in Questions & Answers
-
RE: Check Highest MA nCandleposted in Questions & Answers
It is quite complex, and is similar to the code used for all FX blocks
-
RE: costum indicatorposted in Questions & Answers
Strange name, but add the indicator to fx, add 1 buffer and put this into a comment so you can view and compare to the data window.
-
RE: candle countposted in Questions & Answers
Try this, it uses custom code to do it, the variables contain the time: https://fxdreema.com/shared/skHK4mz5c
-
RE: candle countposted in Questions & Answers
Every time there is a cross save the time (or draw a line), and then you will have every cross recorded
-
RE: Distance from last open and only buy/sell above/below last open tradeposted in Questions & Answers
Add a shared link rather than a picture. The sell needs to go under pink blocks
-
RE: Need Some Assistance In Scaling Inposted in Questions & Answers
On Trade data only works on the on trade tab:

-
RE: Distance from last open and only buy/sell above/below last open tradeposted in Questions & Answers
Dark pink for each closed trade to get the open value - light pink pips away to get the distance - buy/sell
-
RE: candle countposted in Questions & Answers
I an not sure what you mean, this is giving me the ID:

-
RE: CHANGING A CONDITION'S TIMEFRAMEposted in Questions & Answers
This was easier than I thought it would be, add this to a chart with a TF different to 1hour, and the chart will change to 1hour: https://fxdreema.com/shared/I0euSX0Bd
-
RE: Some bugs occur.... What should I do?posted in Bug Reports
I do not know, I use EDGE and never have this problem
-
RE: candle countposted in Questions & Answers
I don't think you need to use x< just <, this is because a cross happens over time, and you are looking at a fixed moment in time.
-
RE: CHANGING A CONDITION'S TIMEFRAMEposted in Questions & Answers
Blocks under the required bool condition using the relevant TF, you just won't change the visual chart.
-
RE: time filter with second problemposted in Questions & Answers
Time filter block does this, use 00:00:00 format
-
RE: Some bugs occur.... What should I do?posted in Bug Reports
When this happens it is normally because of the used web browser.
-
RE: Issue Integrating Currency Strength Meter into EAposted in Questions & Answers
I would say another system, object will be a lot of work, as once you get the value you will have to strip out the substring.
