(Not an MQL4/5 task!) Need a Money Flow indicator (positive & negative MF) according to a template to be programmed in a Basic like language (ProBuilder)

MQL4 Indicatori

Specifiche

Update!!!! Is nobody able to program in Basic? !!!!


Hello,

this is a non MQL-language programming demand. I need help in programming an easy Money Flow indikator according to a template with the values >0 (=positive Money Flow) and <0 (=negative Money Flow) in a Basic like language. The name of this programming tool is ProBuilder and can be found in www.prorealtime.com. The indicator should match with the template (as Chart examples) which will be delivered to you. I have also programmed it by myself but it is not exactly according to the template. I can later provide you the template, but for now here I provide you my own try to programm it in basic language of the "Probuilder", so that you have an idea, what I try to do:


Notice (just as an idea only!!!):

"positive" money flow and "negative" money flow. If a typical price today is greater than yesterday, it is considered positive money. If a typical price today is lower than yesterday, it is considered negative money.
The Typical Price is calculated by the following formula:

Typical Price = ( (Day High + Day Low + Day Close) / 3)

For a 14-day average, the sum of all positive money for those 14 days is the positive money flow and the sum of the negative money for those 14 days is the negative money flow.

Positive Money Flow = sum[ (Positive Typical Price) x (Volume) ]
and
Negative Money Flow = sum[ (Negative Typical Price) x (Volume) ]


Here is my programming code in "Basic" language:

Typ=TypicalPrice
Periode=1
if Typ>Typ[1] then
posMF=Typ*Volume
sumPosMF=summation[Periode](
posMF)
else
posMF=0
endif
if Typ<Typ[1] then
negMF=-Typ*Volume
sumNegMF=summation[Periode](negMF)
else
negMF=0
endif

return sumPosMF+sumNegMF

Con risposta

1
Sviluppatore 1
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
Ordini simili
I've a EA with follow logic. strategy is simple using ema, supertrend and "head and shoulder" indicators. simply put when price closes below ema and the supertrend is red then we enter short .strategy must recognize that there was a previous cycle of long trend with a head and shoulder pattern of long before we enter the short. the opposite is for long entries. max long trades: ex: 3-If long trades are made 3 times
1. ............ PLEASE READ FULLY................................. I'll ONLY RESPOND TO PEOPLE WHO READ MY MESSAGE FULLY... SO A HUMBLE REQUEST 2. PLEASE DO NOT BID, IF YOU'VE ARBITRAGE OF MORE THAN 5% OR YOU'VE NOT DONE ANY PROJECTS BEFORE. 3. PLEASE DO NOT BID, WITHOUT READING, AND ONLY, IF YOU CAN COMMUNICATE ACTIVELY AND FINISH THE PROJECT IN 2 DAYS OR EARLY. Need an indicator for mt5, that can run on multiple
Hello, Looking for someone experienced to create indicators. 1. Will be a MA step indicator, visually it has to look like bands, so each band will be an MA. Like picture below. 2. Reversal Indicator with overall trend indicator using perhaps SMA, lets discuss, should look like this 3. Volume Oscillator. SMA to calculate momentum of the market, has upper and lower threshold values
REQUEST: Need to change the calculation to only historical bars, from [Last bar -1]. 1. No calculation OnTicks 2. No calculation of the Last Current Bar 3. The chart values in real time must be exactly the same refreshing the indicator. 4. Must be very fast in EA as the calculation will be only OnBar. 5. Last bar values must be ZERO (or copying same value of the previous bar). MORE INFO: It use several native
Hey there! I’m looking for a talented NinjaTrader programmer to partner with on some exciting projects. If you have a knack for NinjaScript and a passion for trading tech, let’s team up! What You Can Expect: A friendly collaboration on diverse projects Fair pay—50/50 split on all earnings An opportunity to dive deep into innovative trading strategies What I’m Hoping You Bring: Experience with NinjaTrader and
Hey, I need someone to develop a tradingview that must detect BTCUSD Entry. The strategy will incorpored RSI, fractals and breakout. It's pretty simple. Don't apply if you didn't create tradingview indicator before. Thank you
Hallo zusammen, es wird ein Entwickler für einen eigenen Expert Advisors gesucht. Der Expert Advisor soll anhand von zwei miteinander kombinierbaren Indikatoren (Relative Stärke inkl. Gleitender Durchschnitte und dem Supertrend-Indikator) Einstiegssignale in Long und Shortrichtung für alle möglichen Underlyings suchen. Hierbei soll bei einem initialen Einstieg zusätzlich in einem zeitlichen Abstand und gemäß
Hello, everyone. I have a supertend indicator. I want to set candle color according to trend like attached image. If you have done it, I will give you more jobs. Thanks
STRATEGY : Here’s a comprehensive specification document in English for developing your NinjaTrader bid/ask imbalance indicator: --- ### Bid/Ask Imbalance Indicator for NinjaTrader: Full Specifications #### **Objective**The goal is to develop a custom bid/ask imbalance indicator for NinjaTrader 8. The indicator will calculate and visualize bid/ask imbalances in real-time and on historical tick data using Tick Replay
Hello, I need a master pattern indicator. It is important that the lines of the indicator are generated for each candlestick, as there are also master pattern indicators where this is not the case. In the link is an example of a TradingView indicator, how the lines should be. It is also important that the lines are a buffer and I also need the source code. Here is the link

Informazioni sul progetto

Budget
50 - 100 USD
Per lo sviluppatore
45 - 90 USD
Scadenze
da 1 a 2 giorno(i)