- Search Crypto Craft
- 16 Results
- zeropoint replied Dec 11, 2011
Exit and adding position — Dear Jiva, Due to my schedule, I have not gotten a chance to trade the system, except following the thread when it was started last month or so. So without putting in "chart time" yet on my part, my questions below ...
Open/close cross
- zeropoint replied Nov 23, 2011
Dear Jiva, Thanks for sharing the progress of the trades. Here are some simple enquiries: There are 3 down arrows on the EU chart. Would you take the first two? Do you have an EA to automate the 3-portion trade management, or you place price alerts ...
Open/close cross
- zeropoint replied Nov 17, 2011
Interesting... this is similar to the ColorMA thread. Have you decided to use this setup for daily as oppose to the one described on the ColorMA thread? Thanks Jiva for providing so many ideas!
5min open/close ma cross
- zeropoint replied Nov 12, 2011
Dear spiderforex, I have been following Steve Spider and this thread. Having read more carefully what you wrote in the first post, I discovered that you suggested raising the number of lots linearly, instead of doubling them as in a "normal" ...
VQ Trading System
- zeropoint replied Nov 11, 2011
Dear Jiva, Is the "signal" you mentioned the "cross-over" or the color change of 21LSMA? However, 21LSMA has not really turned to green yet, if I'm right? Thanks.
ColorMa
- zeropoint replied Nov 10, 2011
Cross-over and 21LSMA — Dear Jiva, If the cross-over to short happens before the 21lsma turns red, I would wait until the 21lsma turns red. When the 21lsma finally turns red, do I enter at this point, or in your opinion, it is better to wait ...
ColorMa
- zeropoint replied Oct 17, 2011
Dear Trumpcard, Yes, it takes into account all 3 previous closes. But, please note, that there is still an issue with the inside bar check in the source code: //No cancellation if the previous bar was an IB if (High[1] <= High[2] && Low[1] <= Low[2] ...
Trumpcard: a candlestick closing price breakout EA by SteveHopwood
- zeropoint replied Oct 12, 2011
Sorry, I did not include more details in case I clutter the thread too much. You can do this to handle other pairs: bool WasCloseLow(int multiplier) { //Returns true if the previous close was lower than that of the previous LookBackCandles, else ...
Trumpcard: a candlestick closing price breakout EA by SteveHopwood
- zeropoint replied Oct 12, 2011
Feedback for WasCloseLow() function — Another feedback. The statement: if (Low[cc] < Low[1] ) return(false); in the WasCloseLow() function should be: if (Close[cc]<Close[1]) return(false); Preferably, to be more inline with Dan's rule, it ...
Trumpcard: a candlestick closing price breakout EA by SteveHopwood
- zeropoint replied Oct 11, 2011
Inside Bar definition — Dear Trumpcard, The rules said that if the 1st bar after the trigger bar is an inside bar, we do not cancel the pending. But I'm unsure how the inside bar definition is applied from the 2nd bar onwards. For example, if ...
Trumpcard: a candlestick closing price breakout EA by SteveHopwood
- zeropoint replied Oct 11, 2011
Feedback on EA code — Dear Steve, First of all, thanks so much for your effort and dedication in coding the EAs and sharing with us.
I'm pretty interested to try Trumpcard out, and so I took a quick look at the codes. Here are some feedback ...Trumpcard: a candlestick closing price breakout EA by SteveHopwood
- zeropoint replied Oct 5, 2011
Dear Steve, Thanks for removing the posting restrictions, really appreciate it. Though I do not understand what you meant by "the high is either higher etc, or it isn't", but I see that Aurora actually treats a candle having equal high with a ...
002097's PwR scalping auto trading robot by Steve Hopwood
- zeropoint replied Oct 4, 2011
Is it a bug? — Dear Steve, There could be a problem with the following code in the IsTradingAllowed() function of Aurora: //Must be higher hi-lo in a rising market, and lower hi-lo in a falling market if (trend == up) { if (High[1] < High[2]) ...
002097's PwR scalping auto trading robot by Steve Hopwood
- zeropoint replied Sep 30, 2011
Dear josch, My results aren't conclusive yet as I've run for only 3 days (8 to 1800 CET) and am still making custom changes to the code that Steve so kindly provided, based on some observations I made for the 3 days. Some of the reasons why I'm ...
5m scalp system
- zeropoint replied Sep 29, 2011
Dear Josch, Do you use Aurora OOTB? There are some differences in the OOTB setting with the original method, for example: TP is 175% of SL. Original almost 1:1. Trades for 24 hours. Original is from 800 to 1800 CET. Nevertheless, it is interesting ...
5m scalp system
- zeropoint replied Sep 21, 2011
Handling the spread. — Hi Number Seven, Opening a trade: When a BUYSTOP is submitted with a pending price of HIGH+Spread, the order will be filled when ASK hits the HIGH+Spread. Visually, on the chart, the BID may or may not have cleared the ...
5m scalp system
- Posts by Trader Search: 'zeropoint'