@rider there are probably several other ways to do it, I always default to the most basic I can come up with.
Posts made by TipsyWisdom
-
RE: need help with thisposted in Questions & Answers
-
RE: I still can't get a simple Heiken Ashi on M15 and H4 to work together. See screenshot. What's missing?posted in Questions & Answers
test it on a much longer time frame
-
RE: EA WITH MULTIPLE PENDING ORDERposted in General Discussions
what are the conditions? do you already have the whole concept drawn or are you just talking about money management?
-
RE: Percentage/Most of conditions occurposted in Questions & Answers
@cedietradermax nicely done, upvoted!
-
RE: CANDLE CROSS MA - HOW TO DO?posted in Questions & Answers
I would find any tutorial and use that as a base, then change what you need to fit...or add..remove, etc.
-
RE: percentage of account at riskposted in Questions & Answers
@roar nice work as always man. I wish I knew what all of it meant! lol
-
RE: What is the meaning of P1, P2 ecc in the blocksposted in Questions & Answers
@roar is the person I see using them all the time.
-
RE: CANDLE CROSS MA - HOW TO DO?posted in Questions & Answers
condition block
left ampersand is candle#, timefarme?
cross above or below
right ampersand is indicator, moving average (sma, ema, ma#?), timeframe, candle #?are you asking for help or asking for someone to make it for you? Either way you need to be as detailed as possible.
-
RE: Compiling issues?posted in Bug Reports
dont worry about shorts...only longs.
if price is over week 1 candle high, buy when price crosses the close of week candle 2
I know it works because I can recreate another EA, but when I begin to modify things it goes corrupt as I save, changed, resave. It has nothing to do with my rules for entry.
-
RE: IF Strategy 1,2,3 Buy .. Otherwise Sellposted in Questions & Answers
sorry I dont use those much, I would opt for flags instead.
-
RE: close a certain trade when its Profit reaches same number of pips as its Stoploss?posted in Questions & Answers
i would maybe use a variable in that block that identifies the # of pips.
-
RE: IF Strategy 1,2,3 Buy .. Otherwise Sellposted in Questions & Answers
@saeed-2 if you're using that as otherwise, the yellow spots on each block are already for "otherwise". I would disconnect otherwise from IF and connect it to the yellow on each block. maybe even remove the otherwise block, it isn't necessary. Just go directly to sell now if you're saying that, if none of those situations are true, then you will short.
-
RE: Compiling issues?posted in Bug Reports
for a long, price must be over last weeks high and buy when it crosses the close of 2 weeks ago.
thats all.
-
RE: Trading Conditions blocks Not working after break even block is activatedposted in Questions & Answers
I think you have to remove the SL and TP parameters in each BUY NOW and SELL NOW, in order for other blocks to affect it.