- Search Crypto Craft
- lukeb replied Nov 14, 2016
The built in suppression methods are documented on the first post - basically, depending one which one you select, you will only get entry marks (Dots) if the conditions are met. Arrows are alerts (pay attention), Dots are entry signals. Entry, TP ...
RAMZAN MACD Dot Trading
- lukeb replied Nov 13, 2016
This indicator signals when a short (fast) moving average crosses a long (slow) moving average. Not sure why the author thought that weighting the slow moving average with Fibonacci periods would help, but that is what it does. The zigzag like line ...
I will code your EAs and Indicators for no charge
- lukeb replied Nov 10, 2016
Uploaded a version with two functions with two code methods /code examples /to get the colors - as well as making the colors something the user can set.
RAMZAN MACD Dot Trading
- lukeb replied Nov 9, 2016
If the bar moves enough to make a cross and the bars close and open at the same time for both time frames, the entry willl be at the same price. So, I think this is to be expected.
RAMZAN MACD Dot Trading
- lukeb replied Nov 8, 2016
Notes and comments on what I see in the thread: EA or Indicator: Is written as indicator, and it does not manage risk or orders. The suppression indicator value display has the hr, minute and seconds of it's last update (from TimeCurrent). The ...
RAMZAN MACD Dot Trading
- lukeb replied Nov 7, 2016
New version loaded: Includes ability to set the timeframe for suppression different from the chart timeframe. Added a display of the current suppression value. Edited the RSI suppression again, this seems to be what you are asking for: switch ...
RAMZAN MACD Dot Trading
- lukeb replied Nov 6, 2016
found an error in < versus > in the first post, fixed. Changed the rule, per Ramzan's comment: RSI: Allow long signals if RSI is above 50; allow short signals if RSI is below 50. -------Above 80 avoid buy and below 20 avoid sell. ramzam, I'm not ...
RAMZAN MACD Dot Trading
-
RAMZAN MACD Dot Trading
Started Nov 5, 2016|Platform Tech|110 repliesThis is a thread dedicated to the development of RAMZAN's indicator and trading: {url} Here's ...
- lukeb replied Nov 3, 2016
Easy for you to look at the code and make the changes - maybe next version for me to do it. Going to sleep now.
I will code your EAs and Indicators for no charge
- lukeb replied Nov 3, 2016
New version with two controls: // Controls extern ENUM_ON_OFF SameSideSuppression = OFF; // Turn suppression of Marks on the same side as indicator level on or off extern ENUM_SIGNAL_BAR SignalBar = BAR_ZERO; // Calculate signal on ticks in Bar Zero ...
I will code your EAs and Indicators for no charge
- lukeb replied Nov 3, 2016
The initial stop loss for the EA is clear. What do you want to do about repeating, same direction signals-make multiple orders, or only open one in a given direction? What do you want to do when there is an opposing arrow or dot - close the order ...
I will code your EAs and Indicators for no charge
- lukeb replied Nov 2, 2016
1) I think you are watching this chart build live - assuming true: The price advances, in what is bar zero, showing a cross and a dot is made. Price retreats (making a wick on the candlestick) while still in bar zero, finally, at the close of the ...
I will code your EAs and Indicators for no charge
- lukeb replied Nov 1, 2016
Find this line: ObjectSetInteger(chartID,objNameStr,OBJPROP_FONTSIZE,12); Change the fontsize to whatever size you like. Try 18.
I will code your EAs and Indicators for no charge
- lukeb replied Nov 1, 2016
Give this indicator a try.
I will code your EAs and Indicators for no charge
- lukeb replied Oct 30, 2016
When I started providing some code here, I thought i'd look for people who are trying to code to solve their needs themselves, but needed some help. Unfortunately, I think it happens more that when something is made for someone, there is no more ...
I will code your EAs and Indicators for no charge
- lukeb replied Oct 30, 2016
There is only the duration of a single, and unlikey, quote when Ask or Bid would be exactly equal to NormalizeDouble(Open[0]+(or minus)25*Point,Digits). I think you want > and < or Greater Than or Equal To >=, or Less Than or Equal To <=.
I will code your EAs and Indicators for no charge
- lukeb replied Oct 29, 2016
That code file is a mess - take a look at this one, maybe it will meet your needs, or at least be a better starting point
I will code your EAs and Indicators for no charge
- lukeb replied Oct 28, 2016
Based on the pic, you have no need for the iMAC calls - here's the simplified indicator. Edit: For those who want the marks made during real-time bar zero processing to not be hidden in the candles, this change can help: // double price = ...
I will code your EAs and Indicators for no charge
- lukeb replied Oct 26, 2016
You ever get this working? The code I downloaded didn't work well, I re-wrote it, I believe this works correctly. Not sure what you want to do differently though. I think you are referring to the arrows and the -1 in the formula, but they are almost ...
I will code your EAs and Indicators for no charge