Posts made by jstap
-
RE: pls i need blocks for these two custom indictors,i wont the EA to execute trades when the blue crosses the yellow emaposted in General Discussions
@santabells Pu all in a comment block to check what's happening, pass block connected to comment block.
-
RE: convert it from mql 4 to mq5?posted in Questions & Answers
@suleyman-0 This can be be converted but will take a coder, don't know a way of doing it automatically.
-
RE: I need help for an easy ( I guess ) trading methodposted in Questions & Answers
@styleflesh on phone now so looking inside blocks is not simple, make the pips away only look forvbuys and see what happens.
-
RE: I need help for an easy ( I guess ) trading methodposted in Questions & Answers
@styleflesh Probably because there is no group used in pink, until you get a few trades working remove all groups, use minimal trades, when working add extras you want.
-
RE: How to stop EA trading after it hits x% profit and resume next month?posted in Questions & Answers
@shingi94 At the start of the month (once per monthly bar) use a formula block to / balance by 100 and multiply by chosen percent (use a constant if you want this changeable) and put this in a variable, use this variable in a check profit (period of time)=> than variable, before trade (buy/sell) use the same block with < variable.
-
RE: I need help for an easy ( I guess ) trading methodposted in Questions & Answers
@styleflesh This is because the on trade block is looking for group 0, but your buy block is placing group 2.
-
RE: I need help for an easy ( I guess ) trading methodposted in Questions & Answers
@styleflesh You need a pink for each trade block above pips away.
-
RE: I need help for an easy ( I guess ) trading methodposted in Questions & Answers
@styleflesh Disconnect pink once there is a trade nothing under no trade will work, pink blocks need a pink for each trade above, as is you should have 2 trees.
-
RE: RSI EAposted in General Discussions
@53fx
No trade block--condition block rsi > value 30--buy block.
No trade block--condition block rsi < value 70--sell blockCreate a project and test on back test, this way you'll see what is or isn't working.
-
RE: I need help for an easy ( I guess ) trading methodposted in Questions & Answers
@styleflesh Build all on tick, can move all later if needed, no trade connected to a buy block will give you your initial trade, the pips away block will only work in pips but to use money you have to add more blocks, get this working with pips, add a shared link and ask any questions for problems your having. Use back test to see what's working.
-
RE: Put the indicator code directly into the EA.posted in Questions & Answers
@ontradingx Using custom code it's possible but I am unsure how to do it, I doubt any one here will know how either.
-
RE: I need help for an easy ( I guess ) trading methodposted in Questions & Answers
@styleflesh There is a block called random output connect orange to buy and yellow to sell block.
Pink for each trade block, connected to a pink pips away block, connected to a add to position or a buy/sell block.
Blue if trade block connected to a close losable trade block.
-
RE: CMT5 NEWS INDICATORposted in Questions & Answers
@6ixpappi So the problem is the data type, MQ will add the buffers (if in indicator code), EX will need manually added buffers (can only add if in code), open your data window and see if buffers are displaying information, search and use icustom to retrieve.
-
RE: How to connect Block Http to our server's database?posted in Questions & Answers
@zedeai2 I am not sure if any one can help on this, not me but good luck. Possibly by adding http://before www you end up with http://http://www.abc.com, just a thought.
-
RE: using spreadposted in Questions & Answers
@andrewfrank This has a never been a problem for me, the spread for forex should be in pips so correct, others may be points in which case roughly 30 = 3 so shouldn't affect this, when you load the EA to the chart in the bottom left you have the spread as long as this is less than your set amount all should work.
-
RE: RSI EAposted in General Discussions
@53fSimpilly...no trade block--condition block with rsi inside (maybe mote than 1)--buy block, create opposite for sells.
-
RE: How to open new trade when a trade is closedposted in Questions & Answers
@jacksonuk What I sent works, create a shared project and ask about what is going wrong then help can be given
-
RE: Entering a number to a variable during active tradingposted in Questions & Answers
@rodrigo-ortuzar I don't think you can have purple blocks above purple blocks, the edit fields change information on chart so you are unlikely to need purple blocks for this. Generally above single orange blocks you will need a pass this includes de-init.
