@artistikidea Constants are what you type in the inputs, what exactly do you mean? If you want to type in inputs create as a string.
Posts made by jstap
-
RE: Insert multiple constants in a boxposted in Questions & Answers
-
RE: It is impossible to capture the value of a "Draw Edit Field" blockposted in Questions & Answers
@rodrigo-ortuzar Use text not numeric, on chart will likely work using text, you'll see how I got working here: https://fxdreema.com/shared/5kcCJaWeb
-
RE: No position RESET EA DEFAULT VALUEposted in Questions & Answers
@duepips Not that I know of, can only do so manually.
-
RE: No position RESET EA DEFAULT VALUEposted in Questions & Answers
@duepips No position block modify or whatever block to reset beneath.
-
RE: It is impossible to capture the value of a "Draw Edit Field" blockposted in Questions & Answers
@rodrigo-ortuzar You don't need to redraw the block on tick just read the value, when you redraw it resets the value so looses whatever you have put in the edit field.
-
RE: SWAP in Loop NOT WORK all Positionposted in Questions & Answers
@duepips I am not sure how you would do this but keep me updated.
-
RE: EA Speed best practicesposted in Questions & Answers
@mantadiver Once per bar at top as this will only allow blocks beneath to act once per bar.
-
RE: Description [Comment FIX] + [Name]posted in Questions & Answers
@duepips Use text code option like, constant A+Constant B; you can link many variables/constants, if you want to add text use speech marks like "TEXT "+constant A;
-
RE: SWAP in Loop NOT WORK all Positionposted in Questions & Answers
@duepips How is this working? loop needs to be below the for each block.
-
RE: SWAP in Loop NOT WORK all Positionposted in Questions & Answers
@duepips Make a start see if works, put a shared link with problems you are having.
-
RE: Are virtual stops working...or not?posted in Questions & Answers
@l-andorrà I have never noticed this, not recently but whenever I have activated virtual stops stops have shown as the dotted line instead of the dot dash line. I threw this together and it's trailing a virtual stop.
-
RE: Adeildo: How to configure : (Take profit) On the draw line (top) (Stop Loss) On the draw line (Bottom) ?posted in Questions & Answers
@adeildo You have these values in a variable so condition block market properties =< open variable, in the sell block put the stop loss variable in as a custom price level
-
RE: It is impossible to capture the value of a "Draw Edit Field" blockposted in Questions & Answers
@rodrigo-ortuzar Try removing the purple block and getting the data from on tick.
-
RE: dexposted in General Discussions
@karabo-4 You deed to decide what decides this, a moving average will show trend direction, for example MA 50 candle 20 < candle 0 means the trend is up, as for support and resistance maybe you need to find a indicator or another way to define.
-
RE: I need help for an easy ( I guess ) trading methodposted in Questions & Answers
@styleflesh If you want to close all trades regardless of profit once one has hit TP, go onto the on trade tab, put a purple trade closed buy TP, under put a close trades block.
-
RE: Edit Title/Area/Description - Not workingposted in Bug Reports
@romainchtr This is common, browsers can affect how FX works, I think this tells you to stick with chrome.
-
RE: set current timeframe blockposted in Questions & Answers
@fxdreema-8 This block will not change the displayed chart, so is difficult to see what it's done, set up a condition that is easy to see the difference on timeframes, manually change the time frame so you can see how it's worked.