- Search Crypto Craft
- 122 Results (16 Threads, 106 Replies)
- coach3131 replied Feb 28, 2009
Well, thanks to Ronald, I was able to fix the Market Execution so now I understand how to do it with all EAs now Where does the print function print to? I am getting SendError 131 which is a lot size issue related to my broker.... if I put it in the ...
Programming Questions
- coach3131 replied Feb 28, 2009
I changed this: OrderSend(Symbol(),OP_SELL,mylotsi, SellPrice,slippage,sl,tp,"MyMEFx EA"+MagicNumber,MagicNumber,0,Arrow sColor); return(0); To: int ticket = OrderSend(Symbol(),OP_SELL,mylotsi, SellPrice,slippage,0,0,"MyMEFx ...
Nanningbob 60x90 EA
- coach3131 replied Feb 28, 2009
I changed this: OrderSend(Symbol(),OP_SELL,mylotsi,SellPrice,slippage,sl,tp,"MyMEFx EA"+MagicNumber,MagicNumber,0,ArrowsColor); return(0); To: int ticket = OrderSend(Symbol(),OP_SELL,mylotsi,SellPrice,slippage,0,0,"MyMEFx ...
Programming Questions
- coach3131 replied Feb 28, 2009
I am using MBT and have had great results with scalping... my problem is that I haven't yet learned how to code the changes into EAs so that it runs properly on the ECN yet.... it is having to do something with the open so that it executes the ...
Help on scalping EA
- coach3131 replied Feb 28, 2009
Are there any programmers that can spend 10-15 min on a chat with me to give me direction so I can properly edit an EA? I found a function for broker digits... there is a set of templates with this EA that also needs the broker multiplying ratio to ...
Programming Questions
- coach3131 replied Feb 28, 2009
double xecn=1; if(Digits==3||Digits==5){xecn=10;} I have found a way to add this into the EA... so I multiply TP, SL, and TS by xecn.... are there any other inputs that you would normally have to use if going with a 5 digit broker? If I want to do ...
Nanningbob 60x90 EA
- coach3131 replied Feb 28, 2009
Also, what is the purpose of void here? ==================================== void DeleteAllObjects() { int obj_total=ObjectsTotal(); string name; for(int i=0;i<obj_total;i++) { name=ObjectName(i); if (name!="") ObjectDelete(name); } ...
Programming Questions
-
Programming Questions
Started Feb 28, 2009|Platform Tech|7 repliesI know a code in simpler syntax and I am new to the Forex (about a month) I am trying to make ...
- coach3131 replied Feb 28, 2009
Ok, I am going line by line now through the code to try and understand the concepts of some of the inputs, etc. I am more familiar with a simpler code syntax, so maybe I can grow by adding in additional comments to this EA as I go through it to gain ...
Nanningbob 60x90 EA
- coach3131 replied Feb 27, 2009
I am using MBT demo.... I have 2 EAs that work on it.... you have to do something different with the way the t/p and sl execute with a modify order... so you place the order and then modify the t/p and sl.... right now, I am hoping someone will help ...
Nanningbob 60x90 EA
- coach3131 replied Feb 27, 2009
I am posting a copy of the report that my MT Trade Analyzer Produces... the first person that fixes the EA set to work on the ECN properly gets a free copy of the program that generates that report... url I am not looking to sell my trade analyzer ...
Nanningbob 60x90 EA
- coach3131 replied Feb 26, 2009
I would love to be able to trade this, but I am having a hard time finding a programmer to change it over to a 5 digit ECN.... If you are out there, please let me know
Nanningbob 60x90 EA
- coach3131 replied Feb 24, 2009
Zen, Thanks so much for your reply. In my short time on this board, it seems you have a lot of respect. It seems like my ideas may include some complicated code. If Zen doesn't have the time, I will post his estimation for how long it would take in ...
Fine-tuning an EA
- coach3131 replied Feb 24, 2009
I know that I am new so I need a little direction. Can one of you more experienced with this EA be willing to help point me in the right direction? I posted my set file on the quoted post. I am a numbers person, and I think this system is great and ...
Nanningbob 60x90 EA
- coach3131 replied Feb 24, 2009
Are one of you more experienced able to look at this?
Nanningbob 60x90 EA
-
Fine-tuning an EA
Started Feb 24, 2009|Platform Tech|5 repliesI am interested in doing some fine-tuning to an EA set that is already working well into 1 EA ...
- coach3131 replied Feb 23, 2009
Is my set file properly set for a 5 digit? I am using the MM and equity protection features. Once I know that the setup is correct, then I will explore the settings for each level (there was a post with a bunch of them somewhere amongst these many ...
Nanningbob 60x90 EA
- coach3131 replied Feb 23, 2009
Ok, I have added 0 to each one and the lines look correct now as far as spacing. I need to do research on a good line for audcad, 3 level setup.... in the code itself, I change the red numbers listed above. Is there any other number I need to worry ...
Nanningbob 60x90 EA
- coach3131 replied Feb 23, 2009
Lines — The lines still look too close together...
Nanningbob 60x90 EA