- Search Crypto Craft
- lukeb replied May 7, 2017
yes, I agree it's useless, but it didn't look like would 'fail' so I left it - I can put code in this ea similar to that found here: url Maybe this evening. I'll be checking the error 130 'fix' - the code already has this normalizing code in it: - ...
I will code your EAs and Indicators for no charge
- lukeb replied May 6, 2017
I've pretty much re-written the EA, fixing most everything that didn't look like it would work correctly. However, I'm still seeing Error 130's that I don't understand, if anyone can help with those, I'd appreciate it. They don't happen all the ...
I will code your EAs and Indicators for no charge
- lukeb replied Apr 30, 2017
I put the Camarilla calculation into the EA, so no other component is needed, and added quite a few additional debug capabilities. I've been looking at why OrderSend produces errors sometimes, but am out of time, I suspect it has to do with not ...
I will code your EAs and Indicators for no charge
- lukeb replied Apr 29, 2017
There are only a very few remaining FX brokers in the US. Those few offer: 1) No hedging - if you like it or not, its available elsewhere. 2) Low Leverage - requires you to give a larger balance to the Broker, versus keeping your money in your own ...
OANDA Discussion
- lukeb replied Apr 29, 2017
Thank your congressman - here in the land of the free, we are basically regulated to the point the spot forex market is unavailable.
OANDA Discussion
- lukeb replied Apr 29, 2017
You've only posted 1/2 of a system; something has to set the global variables - there is no code in this source to set these values: // MOrderSend(Symbol(),OP_BUYSTOP,lotsi,H3,Slippage,H1,H4,"",MAGIC_NUM,0,clrBlue); // ...
I will code your EAs and Indicators for no charge
- lukeb replied Apr 27, 2017
I don't see anything wrong with these two indicators. What do you find wrong with them? Here they are, updated for newer compiler features.
I will code your EAs and Indicators for no charge
- lukeb replied Apr 25, 2017
A new up or down value is obtained when count up or count down values reach the sum (total) of the left and right search values, so with 12 and 12, the sum of one or the other of count up or count down has to reach 24. ...
I will code your EAs and Indicators for no charge
- lukeb replied Apr 23, 2017
New Versions: url Comment: "for example left bars =12 and right bars =2", url I've ran it that way in the strategy tester, seems to work fine. Repaints the fractal find though, when the right and left are imbalanced.
Palpite - share indicators, teach, and learn
- lukeb replied Apr 23, 2017
Anyone have experience with Oanda MT4 quitting on windows (Windows 10 Home, Version 1607, OS Build 14393.1066)? It's just a practice account (but my son uses Oanda for actual trading), but it no longer opens in windows. Thought I would re-install, ...
OANDA Discussion
- lukeb replied Apr 23, 2017
Most of the settings are common to many EA's - you may have to tell me which ones you have questions about. Here is a description of the less common ones: extern uint MAGIC_NUM = 23367; // Unique Number identifying this EA - You can change the ...
I will code your EAs and Indicators for no charge
- lukeb replied Apr 22, 2017
Have you looked here - not exactly the same, but the EA could be easily modified to be even more simple: url
I will code your EAs and Indicators for no charge
- lukeb replied Apr 22, 2017
See if these work. FYI, its FractalsMod that draws the lines in your picture, not FractalSupportResistance. There was a comparison to the sum leftbars+rightbars, but if you are at bar zero, there could never be a sum that large, as the loop would ...
I will code your EAs and Indicators for no charge
- lukeb commented Apr 12, 2017
China has absolutely no need to engage the US militarily to win a military conflict with the US - they turn off the supply of rare earth materials and the US is done as soon as it needs a new part or another bullet. What the US does about N. Korea ...
Trump to Fox: US 'sending an armada, very powerful' to N. Korea
- lukeb replied Mar 29, 2017
Thanks - I updated the files to show the original code came from iRegr. As far as repaints - A regression curve must redraw with each new data point added, or that's not what it would be. That's why I added the dotted lines to show the history of ...
Center of Gravity (COG) Indicator
- lukeb replied Mar 28, 2017
I'd just have to refer you to some of the other discussions on trading with 'the COG', like the one here: url . I'd certainly be interested in any ideas anyone has or good discussions someone wants to point me to.
Center of Gravity (COG) Indicator
- lukeb replied Mar 28, 2017
I don't see that naming a 'bars_back' regression channel made in a particular way a 'COG' is inappropriate, as long as there is no deception involved. Anyway it was easy for me to break the code up into 'work units' and put each into its own ...
Center of Gravity (COG) Indicator
-
Center of Gravity (COG) Indicator
Started Mar 26, 2017|Platform Tech|25 repliesIn ancient history, there seems to have been considerable interest in the COG indicator - ...
- lukeb replied Mar 12, 2017
Sometimes its hard to see what the indicator variable changes do to the indicator, or what indicators are - Here's a version that puts the main variables on the screen. Some additional work could be done to ensure no entered values can produce ...
Experiments - while waiting for an order to get closed
- lukeb replied Mar 5, 2017
You sure you are not just looking for this? Click on the text strings to change the settings - I suggest "No fibo Display" for the 2nd fibo.
Simple ZigZag modification