Jump to content

Calling Programmers...! Preferably C++, C# Ani Anukuntunna For Now


Recommended Posts

Posted

na diggara oka code undhi.. adhi ye language oo naaku artham kavatam ledhu.. like adhi oka software ki source code laantidhi.... danni naku kavalsinatlu modify cheskovali anukuntunna... already unna code ni modify chesi i am able to do something.. but adhi ye language thelisthey konchem syntaxes evaraina chepthe (Basic syntaxes) ... nenu develop cheskogalanu as per my requirements ... it looks like C++ or C# .. if any one can help , please reply in this thread, i will post the code..



konchem ltt chestu undandi vayya.. thankyou ..

Posted

kiddduuuu......[img]http://www.manadb.com/Smileys/default/sLo_BigBearHug.gif[/img]

Posted

[quote name='asha' timestamp='1349263587' post='1302576747']
kiddduuuu......[img]http://www.manadb.com/Smileys/default/sLo_BigBearHug.gif[/img]
[/quote]

Asha darlinggggg.. hw r u ???

Posted

small example guys.. i want to know which language are the syntaxes from

riteVal( abs( relwidth ), 1.1 ) + "%% " +
WriteIf( relwidth > 0, "wider" , "narrower" ) +
" than normal.");

printf("\n");

printf(
WriteIf( abs( relwidth ) < 40, "The current width of the bands (alone) does not suggest anything conclusive about the future volatility or movement of prices.","")+
WriteIf( relwidth < -40, "The narrow width of the bands suggests low volatility as compared to " + tname + "'s normal range. Therefore, the probability of volatility increasing with a sharp price move has increased for the near-term. "+
"The bands have been in this narrow range for " + WriteVal(BarsSince(Cross(-40,relwidth)),1.0) + " bars. The probability of a significant price move increases the longer the bands remain in this narrow range." ,"")+
WriteIf( relwidth > 40, "The large width of the bands suggest high volatility as compared to " + tname + "'s normal range. Therefore, the probability of volatility decreasing and prices entering (or remaining in) a trading range has increased for the near-term. "+
"The bands have been in this wide range for " + WriteVal(BarsSince(Cross(relwidth,40)),1.0) + " bars.The probability of prices consolidating into a less volatile trading range increases the longer the bands remain in this wide range." ,""));


_SECTION_BEGIN("DEMA");
P = ParamField("Price field",-1);
Periods = Param("Periods", 15, 2, 300, 1, 10 );
//Plot( DEMA( P, Periods ), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle("Style") );
_SECTION_END();

_SECTION_BEGIN("RSI");
SetChartOptions(0,0,chartGrid30|chartGrid70);
periods = Param( "Periods", 15, 1, 200, 1 );
//Plot( RSI( periods), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle("Style") );
_SECTION_END();



idhi konni lines of code..

Posted

kiddu GM, idhi C++ , manam C# lo ithee gud kani , C++ lo kadhu, n e way naa side nundi koda try chesthaa maa friends ni adi gi

Posted

[quote name='kidmakers' timestamp='1349263175' post='1302576711']
na diggara oka code undhi.. adhi ye language oo naaku artham kavatam ledhu.. like adhi oka software ki source code laantidhi.... danni naku kavalsinatlu modify cheskovali anukuntunna... [b]already unna code ni modify chesi i am able to do something.[/b]. but adhi ye language thelisthey konchem syntaxes evaraina chepthe (Basic syntaxes) ... nenu develop cheskogalanu as per my requirements ... it looks like C++ or C# .. if any one can help , please reply in this thread, i will post the code..



konchem ltt chestu undandi vayya.. thankyou ..
[/quote]

How u modified? with out knowing the tech?

Do u have C++ compiler to compile the modified code?

may be my guess work is u might have changed the look n fell?

u need compiler to recompile the modified code to test

BTW: quick looks tells this is C++

Posted

[quote name='kidmakers' timestamp='1349263997' post='1302576773']
small example guys.. i want to know which language are the syntaxes from

riteVal( abs( relwidth ), 1.1 ) + "%% " +
WriteIf( relwidth > 0, "wider" , "narrower" ) +
" than normal.");

printf("\n");

printf(
WriteIf( abs( relwidth ) < 40, "The current width of the bands (alone) does not suggest anything conclusive about the future volatility or movement of prices.","")+
WriteIf( relwidth < -40, "The narrow width of the bands suggests low volatility as compared to " + tname + "'s normal range. Therefore, the probability of volatility increasing with a sharp price move has increased for the near-term. "+
"The bands have been in this narrow range for " + WriteVal(BarsSince(Cross(-40,relwidth)),1.0) + " bars. The probability of a significant price move increases the longer the bands remain in this narrow range." ,"")+
WriteIf( relwidth > 40, "The large width of the bands suggest high volatility as compared to " + tname + "'s normal range. Therefore, the probability of volatility decreasing and prices entering (or remaining in) a trading range has increased for the near-term. "+
"The bands have been in this wide range for " + WriteVal(BarsSince(Cross(relwidth,40)),1.0) + " bars.The probability of prices consolidating into a less volatile trading range increases the longer the bands remain in this wide range." ,""));


[color=#ff0000][b]_SECTION_BEGIN("DEMA");
P = ParamField("Price field",-1);
Periods = Param("Periods", 15, 2, 300, 1, 10 );
//Plot( DEMA( P, Periods ), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle("Style") );
_SECTION_END();

_SECTION_BEGIN("RSI");
SetChartOptions(0,0,chartGrid30|chartGrid70);
periods = Param( "Periods", 15, 1, 200, 1 );
//Plot( RSI( periods), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle("Style") );
_SECTION_END();[/b][/color]



idhi konni lines of code..
[/quote]
Hi,

Red color lo bold chesina code choosthunte python script la vundhi because i'm pretty much sure because of that "ParamStyle" function

From a quick look, pyna code lo vunna writeif function C#, C++ and Jscript muditilonu vuntadhi ... so not sure of which one ..

Anyways Code set starting lo import package ani kaani , require packages ani kaani vunte cheppandi , dhanni batti i can tell something about which language ...

ATB :)

Posted

PM me, I can't read code if its unformatted and goes over two lines S%Hi

Posted

[quote name='karna11' timestamp='1349267554' post='1302576885']
kiddu GM, idhi C++ , manam C# lo ithee gud kani , C++ lo kadhu, n e way naa side nundi koda try chesthaa maa friends ni adi gi
[/quote]

ya.. naaku konchem basic syntaxes list isthey i will go ahead from there bro.. inka konni sets of code kuda vesthanu kavalante for reference or i can mail u exact what i want..

[quote name='cherlapalli_jailer' timestamp='1349267917' post='1302576886']
How u modified? with out knowing the tech?

Do u have C++ compiler to compile the modified code?

may be my guess work is u might have changed the look n fell?

u need compiler to recompile the modified code to test

BTW: quick looks tells this is C++
[/quote]

Idhi oka charting software.... aa code change cheste stock market charts change avuthu untai and signals vastai.... so nenu already unna code lo just values maarchi naku kavalsina signals vachetatlu chestunna (values maarchi save chesaka chart change aipothundhi.. that way i know that i modified it)

C++ ani cheppinanduku thanks.. is there anyway u can pass me some links where i can learn basics of C++ and get my hold on the language ??

[quote name='Chimidi_Mukku' timestamp='1349270960' post='1302576974']
PM me, I can't read code if its unformatted and goes over two lines S%Hi
[/quote]

thank you bro.. i will message you all this in a word document.






[quote name='innovative' timestamp='1349270823' post='1302576970']
Hi,

Red color lo bold chesina code choosthunte python script la vundhi because i'm pretty much sure because of that "ParamStyle" function

From a quick look, pyna code lo vunna writeif function C#, C++ and Jscript muditilonu vuntadhi ... so not sure of which one ..

Anyways Code set starting lo import package ani kaani , require packages ani kaani vunte cheppandi , dhanni batti i can tell something about which language ...

ATB :)
[/quote]

Innovative .... thnx.. nenu full code malli chusi niku paste chestanu..


Guys.. actually the problem is, i want a chart to be plotted in my own way... (there are many predefined ways in which the chart will be plotted.. i select one and it just plots with the input values) .. i have my own logics, but cannot implement them because i am not good with the syntaxes.. so if someone can educate me about the syntaxes .. (like paramstyle basic def. enti.. how to use it.. same way inka konni unnai) ... that will be more than enough for me.

thankyou for ur time.

Posted

[quote name='kidmakers' timestamp='1349276474' post='1302577298']



[b]Innovative .... thnx.. nenu full code malli chusi niku paste chestanu..[/b]


Guys.. actually the problem is, i want a chart to be plotted in my own way... (there are many predefined ways in which the chart will be plotted.. i select one and it just plots with the input values) .. i have my own logics, but cannot implement them because i am not good with the syntaxes.. so if someone can educate me about the syntaxes .. (like paramstyle basic def. enti.. how to use it.. same way inka konni unnai) ... that will be more than enough for me.

thankyou for ur time.
[/quote]
np .. :) ya aa code starting lo library functions varaku paste cheyyandi .. choosthe em languages oo emanna idea vasthadhi emo .. :-)

naaku ardham iynadhi correct iythe , meeru oka predefined tool lantidhi use chesi chart plot cheyyali and meeru oka template select cheukoni try chestunnaru .. right ? If so meeku aa code ardham kakapothe meeru input values marusthu choodandi .. em values maristhe cart lo em difference vasthudo and code set lo em function effect avthundo . so that mee req ni batti function lo changes cheyochu kada .. jus an idea, not sure if this approach implies to ur req :)

Posted

[quote name='innovative' timestamp='1349277164' post='1302577366']
np .. :) ya aa code starting lo library functions varaku paste cheyyandi .. choosthe em languages oo emanna idea vasthadhi emo .. :-)

naaku ardham iynadhi correct iythe , meeru oka predefined tool lantidhi use chesi chart plot cheyyali and meeru oka template select cheukoni try chestunnaru .. right ? If so meeku aa code ardham kakapothe meeru input values marusthu choodandi .. em values maristhe cart lo em difference vasthudo and code set lo em function effect avthundo . so that mee req ni batti function lo changes cheyochu kada .. jus an idea, not sure if this approach implies to ur req :)
[/quote]

yeah.. u r right inno. its a pre-defined software for charting.... just values maarchatam e kaakunda i want to go a little more inside the code.. for example :

the basic looks like

[size=5]Buy = [color=#0000ff][color=#0000ff]Cross[/color][/color][b]([/b][color=#0000ff][color=#0000ff]Wilders[/color][/color][b](P,[color=#800080][color=#800080]5[/color][/color]),[/b][color=#0000ff][color=#0000ff]TEMA[/color][/color][b]([/b][color=#0000ff][color=#0000ff]Wilders[/color][/color][b](P,[color=#800080][color=#800080]5[/color][/color]),[color=#800080][color=#800080]4[/color][/color]));[/b]
[b]Sell = [/b][color=#0000ff][color=#0000ff]Cross[/color][/color][b]([/b][color=#0000ff][color=#0000ff]DEMA[/color][/color][b]([/b][color=#0000ff][color=#0000ff]Wilders[/color][/color][b](P,[color=#800080][color=#800080]5[/color][/color]),[color=#800080][color=#800080]4[/color][/color]), [/b][color=#0000ff][color=#0000ff]Wilders[/color][/color][b](P,[color=#800080][color=#800080]5[/color][/color]));[/b]

[b]but what i want to do is... i want to add this in a If loop .. like.. If (some value is greater than 70) then execute the command or else no ... check it in repeated iterations and generate the signal only if the IF clause is satisfied.. aa paramstyle ivi anni definitions or vati functiosn explain chese vwebsite emaina undha ?[/b]

[b]Starting lo include stdio.h laaga emi ledhu.. but basic price chart plot cheyataniki vaadu use cheskunna code :[/b]

[b]_SECTION_BEGIN[b][color=#000000]([/color][/b][color=#800080][color=#800080]"Price"[/color][/color][b][color=#000000]);[/color][/b][/b]
[b][color=#0000ff][color=#0000ff]SetChartOptions[/color][/color][b][color=#000000]([/color][color=#800080][color=#800080]0[/color][/color][color=#000000],chartShowArrows|chartShowDates);[/color][/b][/b]
[b][color=#0000ff][color=#0000ff]_N[/color][/color][b][color=#000000](Title = [/color][/b][color=#0000ff][color=#0000ff]StrFormat[/color][/color][b][color=#000000]([/color][/b][color=#800080][color=#800080]"{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) Vol "[/color][/color][b][color=#000000] +[/color][/b][color=#0000ff][color=#0000ff]WriteVal[/color][/color][b][color=#000000]( V, [/color][color=#800080][color=#800080]1.0[/color][/color][color=#000000] ) +[/color][/b][color=#800080][color=#800080]" {{VALUES}}"[/color][/color][b][color=#000000], O, H, L, C, [/color][/b][color=#0000ff][color=#0000ff]SelectedValue[/color][/color][b][color=#000000]( [/color][/b][color=#0000ff][color=#0000ff]ROC[/color][/color][b][color=#000000]( C, [/color][color=#800080][color=#800080]1[/color][/color][color=#000000] )) ));[/color][/b][/b]
[b][color=#0000ff][color=#0000ff]Plot[/color][/color][b][color=#000000]( C, [/color][/b][color=#800080][color=#800080]"Close"[/color][/color][b][color=#000000], [/color][/b][color=#0000ff][color=#0000ff]ParamColor[/color][/color][b][color=#000000]([/color][/b][color=#800080][color=#800080]"Color"[/color][/color][b][color=#000000], colorBlack ), styleNoTitle | [/color][/b][color=#0000ff][color=#0000ff]ParamStyle[/color][/color][b][color=#000000]([/color][/b][color=#800080][color=#800080]"Style"[/color][/color][b][color=#000000]) | [/color][/b][color=#0000ff][color=#0000ff]GetPriceStyle[/color][/color][b][color=#000000]() ); [/color][/b][/b]
[b][color=#969696][color=#969696]_SECTION_END[/color][/color][b][color=#000000]();[/color][/b][/b]

[b]data is coming from another feeder. This will plot the chart .. and the buy and sell shown above will give the signals.. all those DEMA, TEMA and Wilders given above are functions defined in the same code. [/b][/size]

Posted

actually naku above syntaxes artham cheskovali ani chaala undhi.. so adhi cheppe websites emaina unnaya ?? programming lo nenu konchem better e.. so i can learn by myself.. i just need to know what functions those syntaxes perform.

Posted

@all .... naku actual ga functions and syntaxes dorikayi anukuntaa

[url="http://www.amibroker.com/guide/afl/afl_index.php?m=2"]http://www.amibroker.com/guide/afl/afl_index.php?m=2[/url]

but C++ basics nerchukotaniki edaina website unte cheppandi.. (btw i am good at c programming, i rate myself 8/10 ) so konchem extra effort petti aina i will learn it. but guide me through a good tutorial.

inno .. python annav kadha.. aa materials emaina unte links paste cheyava ikkada...

thankyou very much guys.. i will get back in a while.

×
×
  • Create New...