footprint modification

Job ID: 35550515

Budget: $30 – $250 CAD

Sell candle modifacation
If (dta <0 );
1.Draw the delta value on the above side of the candle ,Brushes.Red and beside add Draw the arrow tringle down side, Brushes.Red
2.Add total volume (ask total volume + bid total volume) with Brushes.Black if total volume > 10000 color should be is Brushes.Cyan
3.Draw value of highhigst volume on the top of the candle , Brushes.Black


With in candle modifacation
add line rectange on the value of highhigst volume



Buy candle modifacation
If (dta >0 );
1.Draw the delta value on the lower side of the candle ,Brushes.Green and add Draw the arrow tringle up side, Brushes.Green
2 Add total volume (ask total volume + bid total volume) with Brushes.Black if total volume > 10000 color should be is Brushes.Cyan
Draw value of highhigst volume on the top of the candle , Brushes.Black

With in candle modifacation
add line rectange on the value of highhigst volume


Footer modication
Delat volume already exist delat= (ask total volume - bid total volume)
% of delta value
Add total volume (ask total volume + bid total volume) if total volume > 10000 color is cyan
Add ask total volume
Add Bid total volume

will discuss in detail
Related categories: C Programming DotNetNuke