@amaries It does I do it all the time, must be something incorrect, put the updated shared link here.
Posts made by jstap
-
RE: how to make an EA for multiple orderposted in Questions & Answers
-
RE: block numbers to textposted in Questions & Answers
@rgoo Text may be easier for you but for me it's numbers.
-
RE: Alguien sabe como representar este patrón? / Does anyone know how to represent this pattern?posted in Tutorials by Users
@vespera Bull candles are built from low to high, bear from high to low, wick size is the size of the wick, body size is the size of the body, total size is body and wick, is the same regardless of bull or bear, but you can't compare high/low to size, high etc is a price fraction, size is distance.
-
RE: tp1 + tp2 = % of balance and placed on the same levelposted in Questions & Answers
@ahmed-t I think this will just close each trade as it gets to profit, to close all open, use a condition with profit in left and the value to close in right, a close block underneath.
-
RE: Alguien sabe como representar este patrón? / Does anyone know how to represent this pattern?posted in Tutorials by Users
@vespera 1st & 3rd = candle high, 2nd = candle low.
-
RE: how to make an EA for multiple orderposted in Questions & Answers
@amaries You have a lot going on but as long as it works and places pending orders, on the on trade tab use a purple position created block and under put the blocks for your added trade, when pending becomes a trade there blocks will activate.
-
RE: candle count after EMA cossposted in Questions & Answers
@l-andorrà @Nguyenjohn Your both welcome
-
RE: What is the different between custom price fraction and custom price level?posted in Questions & Answers
@dreematrade What example would you like? If you put any position in the high and low check distance block, then the distance you want to check, if something like 102.0463 is used it's a fraction, if pips are used like 35 and used as a fraction, this block will do what is needed. To work out how this works all I do is back test this block on strategy tester to see what it does.
-
RE: "Adjust" as inputposted in Questions & Answers
@rashed23 It tells you if you click the question mark, if you want to change this by a constant, input the command like * then the name of the constant then anything else that's needed like pips.
-
RE: how to make an EA for multiple orderposted in Questions & Answers
@amaries To start with don't try to loop back from the bucket blocks, is this on the trade tab? the purple blocks won't work elsewhere, put a shared link here so blocks can be properly checked.
-
RE: Stop 2nd trade in same direction / signal. (Wants one trade in each direction)posted in Questions & Answers
@safeer992 Above buy/sell check flag, below buy/sell set flags.
-
RE: Stop 2nd trade in same direction / signal. (Wants one trade in each direction)posted in Questions & Answers
@safeer992 On the left in green, easiest is the bool true/false flag.
-
RE: What is the different between custom price fraction and custom price level?posted in Questions & Answers
@biztet Pips are a fraction but displayed as pips.
-
RE: Stop 2nd trade in same direction / signal. (Wants one trade in each direction)posted in Questions & Answers
@safeer992 There are various ways, the easiest is probably, every time a trade is placed turn off the flag and turn on another, when the oposite trade is placed turn on/off the opposite flags, this will make the EA buy then sell then buy then sell etc.
-
RE: Capture Current Time In Variableposted in Questions & Answers
@raveon said in Capture Current Time In Variable:
TimeToStr = int to string
TimeLocal = string
TimeCurrent = string
TimeGMT = string -
RE: block numbers to textposted in Questions & Answers
@rgoo I would say generally the order they're linked in, I only ever use numbers though.
-
RE: What is the different between custom price fraction and custom price level?posted in Questions & Answers
@dreematrade Level is the price level that is on the right of the chart, price fraction is distamce.
-
RE: Change partial take profit point to my new SL or start of my trailing stopposted in Questions & Answers
@dreematrade On trade tab purple SL moved turn flag to true, on tice tab check flag and run trail.
