- Search Crypto Craft
-
Gambler180 replied Jan 26, 2010How much money can I realistically expect to earn on binaries before they don't offer them anymore? There must be a limit to how much they are willing to lose.
Binary Forex Trading Journal
-
Gambler180 replied Dec 27, 2009Can anyone say for sure whether or not this is bookmaking. Does IG Markets only earn money on binaries when their clients lose or do they somehow also earn money when we win. I am worried that they will limit my maximum bet size when I start to earn ...
Binary Forex Trading Journal
-
Stock charts wher I can zoom out
Started Dec 3, 2009|Broker Discussion|0 replies
I am looking for stock charts where it is possible to zoom out like it is possible to do in ...
-
Gambler180 replied Nov 26, 2009I am looking at it now
Edit: It is too confusing when there isn't any comments.Trendfinder that compares 28 different currency pairs
-
Gambler180 replied Nov 26, 2009Thanks a lot
You said that the code could be much shorter. How do I do that instead of creating 56 if commands?Trendfinder that compares 28 different currency pairs
-
Gambler180 replied Nov 26, 2009I have created this variable int symbol9 = AUD; and this (is it a function?) Show(symbol9, "cur1", 75, 15 ); and the objectsettext looks like this ObjectSetText(symlabel, sym + " = " + cur, textsize, "Veranda", textcolor); I get an error saying cur1 ...
Trendfinder that compares 28 different currency pairs
-
Gambler180 replied Nov 26, 2009I didn't have a solution anyways. Here is the code I am looking on now. Edit: Or maybe I do. I will know in about 10 minutes.
Trendfinder that compares 28 different currency pairs
-
Gambler180 replied Nov 26, 2009I have added some of the code from my EA. The indicator works as it should except that it does not show the numbers for each currency. It should show the same numbers as in the upper left corner. How do I do that? Edit: I think I have found a ...
Trendfinder that compares 28 different currency pairs
-
Gambler180 replied Nov 26, 2009thanks for the help but I think you misunderstood me. It is not the value for the different currency pairs I would like to show. In the EA in the first post 7 currency pairs with the USD in it is checked. If the USD is strong against the other ...
Trendfinder that compares 28 different currency pairs
-
Gambler180 replied Nov 25, 2009Does anyone know how to create labels in a separate window. I would like the symbols of the 8 currencies to show in a separate window and next to the symbol I would like the value of that currency to show. I would like the text to be with big fonts ...
Trendfinder that compares 28 different currency pairs
-
Gambler180 replied Nov 23, 2009Thanks. I would still like to know what I have done wrong in my code.
Trailing stop that follows a moving average?
-
Trailing stop that follows a moving average?
Started Nov 23, 2009|Trading Discussion|2 replies
What's wrong with this EA? I want the stop loss to follow the moving average. So if the stop ...
-
Gambler180 replied Nov 23, 2009I have a challenge for you. In the link below I have attached an EA in the first post. In the EA I have 56 if commands after each other and I would like to make the code shorter by using an array. I would also like to make it an indicator instead of ...
I will code your EAs and Indicators for no charge
-
Gambler180 replied Nov 22, 2009I have for some time now tried to make an array so I don't have to write the same text 56 times but I don't know how to do it. I have created the following 2 arrays. string currency1[28] ...
Trendfinder that compares 28 different currency pairs
-
Gambler180 replied Nov 22, 2009So far my method has worked. What I do is that I open the pair that has the highest and lowest score. If EUR has a score of +7 and USD has a score of -7 then there probably is a trend on that pair. Now I just need the currencies and numbers to show ...
Trendfinder that compares 28 different currency pairs
-
Gambler180 replied Nov 20, 2009I would like those symbols and numbers to show in a separate window and I would like it to be with large fonts so they are easy to see. Does anyone know how to do that?
Trendfinder that compares 28 different currency pairs
-
Gambler180 replied Nov 20, 2009And without any errors ticket=OrderSend("GBPUSD",OP_BUY,0.1,MarketInfo("GBPUSD",MODE_ASK),3, MarketInfo("GBPUSD",MODE_ASK)-20*MarketInfo("GBPUSD",MODE_POINT),MarketInfo("GBPUSD",MODE_ASK)+22*MarketInfo("GBPUSD",MODE_POINT));
What is wrong with this script?
-
Gambler180 replied Nov 20, 2009I just found the answer. I still get an error 130 but it works. ticket=OrderSend("GBPUSD",OP_BUY,0.1,MarketInfo("GBPUSD",MODE_ASK),3,MarketInfo("GBPUSD",MODE_ASK)-20*Point,MarketInfo("GBPUSD",MODE_ASK)+22*Point);
What is wrong with this script?
-
Gambler180 replied Nov 20, 2009Now I get this error ERR_INTEGER_PARAMETER_EXPECTED 4063 Integer parameter expected.
What is wrong with this script?