- Search Crypto Craft
-
iamgotzaa replied Apr 28, 2014search for MAGIC int Trade_Market(int side,datetime& _timestamp,double lot_size,double stop_price=0,double target_price=0,string comment="") { int retTicket=0; if(side==OP_BUY) ...
Non-Indicator Trade Robot (Free Give away w/ Code)
-
iamgotzaa replied Apr 28, 2014Any idea to prevent this from entry and got caught? I'm struggling with this situation too. See the screen shot, if caught in short position while the spike is super bullish.
Non-Indicator Trade Robot (Free Give away w/ Code)
-
iamgotzaa replied Apr 28, 2014Hi, This is for anyone with some code skill and would like to back test. Closing condition (default) //#common void CommonSingleOrderState() { ft(lastticket); //trailing stop loss function this will move stop loss up and prevent going back to loss ...
Non-Indicator Trade Robot (Free Give away w/ Code)
-
iamgotzaa replied Apr 28, 2014Hi acey, closing in lose is result from the condition coded in the ea to prevent larger losses. Looking at the result you provide all 5 losses trade comes from 5 pair. That is also possible if you are running multiple pairs. The fact is that from ...
Non-Indicator Trade Robot (Free Give away w/ Code)
-
iamgotzaa replied Apr 28, 2014Bravo!! what time zone you're in?
Non-Indicator Trade Robot (Free Give away w/ Code)
-
iamgotzaa replied Apr 28, 2014cross finger... I prepare extra algorithm against the high-impact news also. fresh baked so it should be a good time to test heeehee
Non-Indicator Trade Robot (Free Give away w/ Code)
-
iamgotzaa replied Apr 28, 2014can you provide me the list of indicators with actual files you use in order to trade like you'd shown?
Group Pairs EA, a request to EA coders. please help
-
iamgotzaa replied Apr 27, 2014hi Patmontes, mt4 version625 I use 66b running live. 70c is on demo.
Non-Indicator Trade Robot (Free Give away w/ Code)
-
iamgotzaa replied Apr 26, 2014You can message me thru the forum inbox.
Non-Indicator Trade Robot (Free Give away w/ Code)
-
iamgotzaa replied Apr 26, 2014anything let me know cheers!
Non-Indicator Trade Robot (Free Give away w/ Code)
-
iamgotzaa replied Apr 26, 2014update: v66ba same algorithm as v66b 4-digit and 5-digit compatible (need you folks to try it out) now able to compile with MT4 build 6XX (files are not compatible backward) screenshot: shown compile screenshot
Non-Indicator Trade Robot (Free Give away w/ Code)
-
iamgotzaa replied Apr 26, 2014Hi mike, right now, one ea entity per one chart. of course, don't forget to change magic number. but your idea is at the back of my head also. thanks,
Non-Indicator Trade Robot (Free Give away w/ Code)
-
iamgotzaa replied Apr 26, 2014yes, it does matter. If two robot with same magic number, they will got confuse on the "state" they are in. I think what will happen is that running two instance of same pair and same magic number, it would change the state=buy2. Which means it will ...
Non-Indicator Trade Robot (Free Give away w/ Code)
-
iamgotzaa replied Apr 26, 2014state machine is quite simple idea to design a program into group of blocks of code. e.g. state=idle "i'm waiting for signal" (checking any indicators) "if there is signal to buy, I place buy market order" "if there is one buy order, I change state ...
Non-Indicator Trade Robot (Free Give away w/ Code)
-
iamgotzaa replied Apr 26, 2014I think if spread is higher than the limit. The default if it is more than 6 pips spread it would not trade (and no message show) please change the setting on the value of "UserDefine_SpreadTooHigh" variable. Note that the number is in Points (not ...
Non-Indicator Trade Robot (Free Give away w/ Code)
-
iamgotzaa replied Apr 26, 2014I'm working on the solution it depends on time, trend and opportunity to place a good SL. Anyway thank you for testing.
Non-Indicator Trade Robot (Free Give away w/ Code)
-
iamgotzaa replied Apr 26, 2014sure. What broker you are using? I'd like to register for demo account.
Non-Indicator Trade Robot (Free Give away w/ Code)
-
iamgotzaa replied Apr 25, 2014i design it for 5-digit if you are running 4-digit broker. I need yo do some coding too. and that's many place in the code need to change. Such trailing stoploss function and stop/tp offset. anyway, i'll take note what o do. Thanks.
Non-Indicator Trade Robot (Free Give away w/ Code)
-
iamgotzaa replied Apr 25, 2014I think it is the symbol with prefix. Need to modify the code to support it.
Non-Indicator Trade Robot (Free Give away w/ Code)