@prot82 I looked at this the other day, is defiantly possible but am unsure how to use this code in a custom code block on FX.
Posts made by jstap
-
RE: How to make custom ENUM constant ENUM_REFERENCE_PRICES?posted in Questions & Answers
-
RE: Multiple custom trailing steps.posted in Questions & Answers
@tho401 I have tried to get this setup working but only moved the SL once, the only thing I can think is use trailing stop, every time the profit = chosen pips (step), the price is moved X pips behind price (stop), you can stop this using some sort of logic, if you want the stop or step to change you could use variables that change when stop moves.
-
RE: Check profit (unrealised) block bug?posted in Bug Reports
@cedietradermax Tested this block and seems to do as needed: https://fxdreema.com/shared/vE42R76oe
-
RE: no more tradeposted in Questions & Answers
@haidang8055 I can't see why you are getting more than 1 trade, maybe someone can help and see why, you could try checking trade count before buy/sell.
-
RE: Multiple custom trailing steps.posted in Questions & Answers
@tho401 Add the shared project link so the inside of blocks can be looked at.
-
RE: Hey allposted in Questions & Answers
@frank-2 As others have said all looks correct, as there is only 3 blocks try recreating from scratch and seeing if this works.
-
RE: Need help from fxdremia professional...!posted in Questions & Answers
@haikel All looks correct, maybe only shows on ID1 (or more) change the candle ID in more settings and see if it works.
-
RE: no more tradeposted in Questions & Answers
@haidang8055 Place the shared project link, projects page>projects>create shared link>click link>copy opened web page and paste here.
-
RE: Need help from fxdremia professional...!posted in Questions & Answers
@alivex What do you mean by buffer value? the data window is numbered form 0, starting from the indicator start, buy using the relevent number you can get the value.
-
RE: Multiple custom trailing steps.posted in Questions & Answers
@tho401 This should work, hard to tell from a picture add a shared link so blocks can be checked.
-
RE: EA is not taking tradesposted in Questions & Answers
@bigmcflurry03 Too many to list, put a shared project here so bot can be checked.
-
RE: Exit after certain higher highs and lower lowsposted in Questions & Answers
@rebearv Maybe count candles, when number => than chose amount check for close.
-
RE: How to upload Tradingview Indicators for Custom Indicatorsposted in General Discussions
@burakthesecond One of the options above writing will do it, but I think you just need to copy and past.
-
RE: How to upload Tradingview Indicators for Custom Indicatorsposted in General Discussions
@burakthesecond Put the indicator here, all looks correct.
-
RE: Exit after certain higher highs and lower lowsposted in Questions & Answers
@rebearv With a standard condition block, candle 1 high is above candle 2 high and the close block beneath, if though this is true when a trade is placed it will instantly close so you need some other logic to prevent.
-
RE: How to upload Tradingview Indicators for Custom Indicatorsposted in General Discussions
@burakthesecond Put the indicator and the shared project.
-
RE: How to upload Tradingview Indicators for Custom Indicatorsposted in General Discussions
@burakthesecond I assume this buffer is just a line, on the right you will have the max, mid, min values this indicator moves between, put this in the condition X>, or X< value of wheat ever the mid is, put another block under like buy/sell and it should place trades.
-
RE: How to upload Tradingview Indicators for Custom Indicatorsposted in General Discussions
@burakthesecond Once you get this together add a shared link, say what's not working and problems can be fixed.
-
RE: I need help to fix this eaposted in Questions & Answers
@saurav007s Technically this is correct, try using indicator is visible maybe on ID1 if repaints on 0, see if this gives you different results.