- Search Crypto Craft
-
Spikehunter replied Mar 20, 2020I haven't touched my charts since Tues. PC has been off most of the time If you read the thread or at least page 1 you will get your answer.
Simple Monday-Tuesday System (attached calculator)
-
Spikehunter replied Mar 19, 2020Also called slippage. Any market order on Mt4 should define an amount of slippage when the ea sends the order. This is one of the differences between using stop orders as they are executed when hit. There are of course pros and cons as I detailed ...
Simple Monday-Tuesday System (attached calculator)
-
Spikehunter replied Mar 19, 2020Why bother with a script when the ea works well. Just put it on the charts you want on Tuesday and leave it overnight. All orders created Weds morning. Job done.
Simple Monday-Tuesday System (attached calculator)
-
Spikehunter replied Mar 19, 2020Yep, you are right semicolon. I never have to bother as my spreadsheet is setup to always open that way. I didn't actually check the output. You can do text to column but its just easier to tick the semicolon box to define how the fields are ...
Simple Monday-Tuesday System (attached calculator)
-
Spikehunter replied Mar 18, 2020When you open it you will need to say its comma seperated values. It should then put values into seperate columns.
Simple Monday-Tuesday System (attached calculator)
-
Spikehunter replied Mar 18, 2020And thats not strictly true either a long as when you say dead you mean flat or low volatility.
Simple Monday-Tuesday System (attached calculator)
-
Spikehunter replied Mar 18, 2020Nothing wrong with TA, however, I'm sorry to disagree, as I have just completed a visualiser to look back as far as the eye can see I think you will be pleasantly surprised. Not the "Holy Grail", but then nothing is. Not you necessarily but why do ...
Simple Monday-Tuesday System (attached calculator)
-
Spikehunter replied Mar 18, 2020There is also an error in the StopLoss columns which is proving difficult to find. The code looks good but is giving some strange results. Edit: Found the problem but not the solution. Not going to be easy unless I rebuild part of the EA for lower ...
Simple Monday-Tuesday System (attached calculator)
-
Spikehunter replied Mar 18, 2020Agreed. Also I have tried running my EA in the Strategy Tester and it takes a long time for one week. I haven't got it to finish yet. Not sure if it can handle pending orders. Its a little low down on the priority list. These are unusual times, just ...
Simple Monday-Tuesday System (attached calculator)
-
Spikehunter replied Mar 18, 2020Lies, dam lies and statistics. Did you know that 73.69% of all statistics are made up 93.453% of the time. Thats a fact.


Simple Monday-Tuesday System (attached calculator)
-
Spikehunter replied Mar 18, 2020Going like a steam train. I've already hit several profit targets. Next I think we need to find a way to have smarter TP. This is a bit crude. Not complaining a profit is always a profit.
Simple Monday-Tuesday System (attached calculator)
-
Spikehunter replied Mar 18, 2020You are correct and I have corrected it. I hadn't checked that the price had previously broke through. Funny as I thought there weren't many 3's. file
Simple Monday-Tuesday System (attached calculator)
-
Spikehunter replied Mar 18, 2020Your price of 1.72569 is the same as my Mon/Tues High. Different brokers. Just had a look on dailyfx and their prices are also different to mine. My broker only manage a pip or so above the daily hilo. Every man for himself women and children first.
Simple Monday-Tuesday System (attached calculator)
-
Spikehunter replied Mar 18, 2020Try this, not limit but Stop orders. for this strategy and it does work. file
Breakout Trading - Simple Weekly System
-
Spikehunter replied Mar 18, 2020My GBPCAD hasn't broken the Low break at 15%. Nearly but not actually.
Simple Monday-Tuesday System (attached calculator)
-
Spikehunter replied Mar 18, 2020Attached is the Analysis EA with an update. I have added in the facility that if its run on a chart that is being analysed it will also draw all the Hi Lo Break lines as well. Makes it visual as well as a spreadsheet output. file
Simple Monday-Tuesday System (attached calculator)
-
Spikehunter replied Mar 18, 2020Sorry misread your first note. That's the day that the price broke through. Your request, and a good one.

Simple Monday-Tuesday System (attached calculator)
-
Spikehunter replied Mar 18, 2020I actually think we are on the same page. I have put in the MA direction based on a two 21MAs over a 5 day period. Sufficient to get a general direction. MA1=iMA(name,1440,55,0,MODE_SMA,PRICE_CLOSE,cnt); ...
Simple Monday-Tuesday System (attached calculator)