- Search Energy EXCH
-
Pipologist replied Apr 3, 2016Right, as I imagined, it's pretty much useless unless I include other stats with it, which I'm not inclined to do at the moment. If there are other opinions regarding the relation of raw Z score to probability in regards to EAs by anyone, I'm all ...
Are these good Z-Scores? Which is better?
-
Pipologist replied Apr 3, 2016why would I ask the question in first place... what makes you assume that i don't use sharpe ratio? my questions and thread is related to Z score not sharpe ratio. although you are trying to be helpful and it's appreciated, it's not helpful.
Are these good Z-Scores? Which is better?
-
Are these good Z-Scores? Which is better?
Started Apr 3, 2016|Trading Discussion|5 replies
Please help. Z-scores in relation to EAs elude me. First of all, how would you rate these Z ...
-
Pipologist replied Apr 1, 2016Pretty tame nfp volatility so far. 50p down from pre nfp to 10min after report, but looks like buyers were just waiting for liquidity to settle in before buying the dip, short scalpers looking for a runner may be about to get burned it they don't ...
Live Trades Only
-
Pipologist replied Apr 1, 2016I'll have to absorb what you wrote and work with it. It can not lose count if the platform closes. I need it to count open active trades in market separately from open limit orders. OrdersTotal() just will not do it. Obviously I want to control the ...
Is There an Alternative To OrdersTotal() in MT4??
-
Pipologist replied Apr 1, 2016too much, loss of several hundred milliseconds and possibly lost trade if there's is hiccup in the exporting/reading between programs/eas. several of my entries have less than a 60 second window or less, or within ticks, if that window closes while ...
Is There an Alternative To OrdersTotal() in MT4??
-
Pipologist replied Apr 1, 2016Looks like I may gravitate towards that route with my own separate ActiveOpenTrades() function and OrdersPendingTotal() function to distinguish the two.
Is There an Alternative To OrdersTotal() in MT4??
-
Pipologist replied Apr 1, 2016Global variables I understand but " pass by reference to the exit functions" not sure what you mean by that. I suppose I could try the GV route, but Kilian's solution got me thinking against it, however, I suppose I could also simply assign ...
Is There an Alternative To OrdersTotal() in MT4??
-
Pipologist replied Apr 1, 2016of course i use magic numbers, the ea I'm currently working on has 16 different magic numbers for 8 different types of entries x buy and sell
Is There an Alternative To OrdersTotal() in MT4??
-
Pipologist replied Apr 1, 2016shoulda/coulda didn't unload at the R2 which probability-wise it would have p/b from under most circumstances. was contemplating closing and then going short to 1.1280 and then reenter at 80 which would have been a perfect textbook scalp but instead ...
Live Trades Only
-
Pipologist replied Mar 31, 2016H4 may put in a pin or it could go to R3 of course second option is preferred. News unemployment claims was basically a non event was looking for a smash through of R2, but looks like it's just going to continue accumulating or release itself at ...
Live Trades Only
-
Pipologist replied Mar 31, 2016short closed hours ago. currently long from below 1.1370 next significant areas Pivot R2 is 1.1410 area and R3 is 1.1490 area
Live Trades Only
-
Pipologist replied Mar 31, 2016nice trade...stocks, futures, indices, metals and fx basically
Live Trades Only
-
Pipologist replied Mar 31, 2016yeah I can have them counted which is how it is now and is fine for entering trades, however, all my exits are nested in different functions and the count code can not be read from inside the individual separate exit functions, unless I code another ...
Is There an Alternative To OrdersTotal() in MT4??
-
Pipologist replied Mar 30, 2016Not sure if it wants to go to 1.14 Morning short from 1.1335 looking for 1.1310 and a possible break below 1.13 H4 candles don't look too bull friendly atm
Live Trades Only
-
Is There an Alternative To OrdersTotal() in MT4??
Started Mar 30, 2016|Platform Tech|15 replies
Want to find an alternative to using OrdersTotal() in MT4. Need to count open orders only. Not ...
-
Pipologist replied Mar 30, 2016Long EURUSD from 1.1320 target is 1.1420 time window today and tomorrow
Live Trades Only
-
Pipologist replied Mar 29, 2016Nice Trades folks...timos, don96 Short EURUSD at 1.12 even with a tight stop...fear that stop will be hit, tight 10p stops have been easily hit on EURUSD yesterday and today with the exception of the breakout above yesterday. Support has been pushed ...
Live Trades Only
-
Pipologist replied Mar 28, 2016Insead of using StdDevasArray I set up another variable as a separate buffer and used the regular StdDev calc and just multiplied the buffer to the existing buffer and it works.
Help Adding StdDev Calc to Simple Histogram