Simple Coding Help - No Promise.

where do i ask my question ?
how can i know to make the following strings in AFL

mygroup1
mygroup2
mygroup3
mygroup4
mygroup5

and so on the only restrictions in the string are not having commas and not being repeated thorough the day

want to use them as parameters for OrderID in OCA
 

bunti_k23

Well-Known Member
Do you wanna trade or do you wanna get distracted from trading (don't wanna trade anymore because you can't take it anymore)? You can paint Mona Lisa in background with GFX, for example.
:lol: :lol: :lol:
 

Raghuveer

Well-Known Member
How to find and delete bad data using afl or some script.

For example in pic below AXISBANK has six quotes for 23/07/2014 14:32:00. Three of these quotes have different values. Since these 3 are all different quotes I cannot simply and re-import data. How to clean up this mess ? How did this happen at all ? :confused:


There are too many such duplicate entries so I cannot manually delete them all.
There are too many such data corrupted scrips in the Ami database :mad:.
I need a afl or some script to find all such duplicate entries and then delete them.

Any links, any help would be appreciated.

Thanks.
 

amitrandive

Well-Known Member
How to find and delete bad data using afl or some script.

For example in pic below AXISBANK has six quotes for 23/07/2014 14:32:00. Three of these quotes have different values. Since these 3 are all different quotes I cannot simply and re-import data. How to clean up this mess ? How did this happen at all ? :confused:


There are too many such duplicate entries so I cannot manually delete them all.
There are too many such data corrupted scrips in the Ami database :mad:.
I need a afl or some script to find all such duplicate entries and then delete them.

Any links, any help would be appreciated.

Thanks.
Found this in search , not tried.Maybe you can give it a shot.

http://www.wis estocktra der.com/indicators/4222-remove-data-between-the-dates
(please remove spaces)
 

yasu222

Active Member
Candle-Action-Time (CAT) afl

I need afl for the below condition .

h1 = high of 9.26 am bar (time should be variable) ;
l1 = low of 10.21 am bar (time should be variable) ;

buy = close above h1 ;
sell = close below l1 ;

Only for that particular day.. No previous signals not be considered..

please help.
 
Sirs,
I am new to this wonderful forum and I request afl experts to give me an AFL code for cci(14) dotted horizontal lines for values of 0,50,100, -50, and -100, different colors for all values.
For values of 250 and -250 same colors. All colors required thick dotted lines.
Warm Regards,
Vishnu :)
 
Last edited:

yasu222

Active Member
Time candle lines

I need afl for the below condition . =

h1 = high of 9.26 am bar (time should be variable) ;
l1 = low of 10.21 am bar (time should be variable) ;

buy = close above h1 ;
sell = close below l1 ;

please help.
 

Similar threads