Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - INT 1
Search - INT 1 - List
//JDBC驱动器名称(JDBC-ODBC桥) private String strDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" //数据库的URL地址 private String strUrl = "jdbc:odbc:atm1" //指定要访问的数据库名称 private String strDBName = "atm1" //数据库用户名称 private String strUserName = "testUser" //数据库用户密码 private String strPassWord = "12345" //数据库连接对象,初始化为空 private Connection conTemp = null //连接的容器对象,初始化为空 private Statement stmtTemp = null //结果集对象,初始化为空 private ResultSet rsTemp = null //操作记录行数 private int intOperateNum-//JDBC driver name (JDBC-ODBC Bridge) private String strDBDriver =
Date : 2026-01-07 Size : 3kb User : 宋爱

大智慧买股简单的事情,华尔街选股生命线_DLL 会用的是宝贝-// FxjFunc.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "FxjFunc.h" #include<math.h> BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ) { switch (ul_reason_for_call) { case DLL_PROCESS_ATTACH: case DLL_THREAD_ATTACH: case DLL_THREAD_DETACH: case DLL_PROCESS_DETACH: break } return TRUE } //计算收盘价的均价,一个常数参数,表示计算周期 //调用方法: // MYMACLOSE(5) __declspec(dllexport) int WINAPI A(CALCINFO* pData) { #define cc(i) pData->m_pData.m_fClose int nPeriod=10,i float x05=0.5f,x40=4.0f,xx50=-5.0f,x100=10.0f float z10,z20,z2c,z24,z14,z30,zx float f2 int dd=pData->m_nNumData+10 float*qa1,*qa2,*qa3 qa1=new > Downloads > 源码/资料 > *行业应用
Date : 2026-01-07 Size : 1kb User : dd

非常好的一款外汇对冲 ea 镑日和欧日extern bool BlockOpening=false extern bool ShowStatus=true extern string Auto_Lot_______________________="_______" // Always Calculate The Lot Size Automatically extern int PercentMaxRisk=25 // With Max Risk Of 25 by default extern string How_Much_You_Xpect?____________ ="_______" // The Getting Profit Part extern double Daily_Percent_ROI=7.98 // How many daily ROI you wish. extern double AcceptableLoss_ROI=3.08 // daily Acceptable loss calculated in ROI scheme. //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Internal Input Parameters~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// string BaseSymbol="GBPJPY" string H_Symbol="EURJPY" int CorPeriod_1=3 // just for checking that short-term int CorPeriod_2=5 //& long-term Correlation are the same concederation level bool AutoLot=true double H_B_LotsRatio=1.50 // always hedge those 2 pairs by 1:1.5 ratio int MMBase=3 -Very good a foreign currency hedging ea Pound and Europe and Japanextern bool BlockOpening=false extern bool ShowStatus=true extern string Auto_Lot_______________________="_______" // Always Calculate The Lot Size Automatically extern int PercentMaxRisk=25 // With Max Risk Of 25 by default extern string How_Much_You_Xpect?____________ ="_______" // The Getting Profit Part extern double Daily_Percent_ROI=7.98 // How many daily ROI you wish. extern double AcceptableLoss_ROI=3.08 // daily Acceptable loss calculated in ROI scheme. //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Internal Input Parameters~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// string BaseSymbol="GBPJPY" string H_Symbol="EURJPY" int CorPeriod_1=3 // just for checking that short-term int CorPeriod_2=5 //& long-term Correlation are the same concederation level bool AutoLot=true double H_B_LotsRatio=1.50 // always hedge those 2 pairs by 1:1.5 ratio int MMBase=3
Date : 2026-01-07 Size : 5kb User : 王保华

蜡烛图剩余时间,直接在MT4平台显示出来。非常方便外汇交易者注意收盘时间。 储存路径:MT4\MQL4\Indicators-//+ + //| b-clock.mq4 | //| Core time code by Nick Bilak | //| http://metatrader.50webs.com/ beluck[at]gmail.com | //| modified by adoleh2000 and dwt5 | //+ + #property copyright Copyright ?2005, Nick Bilak #property link http://metatrader.50webs.com/ #property indicator_chart_window // buffers double s1[] //+ + //| Custom indicator initialization function | //+ + int init() { } return(0) //+ + //| Custom indicator iteration function | //+ + int start() { double i int m,s,k m=Time[0]+Period()*60-CurTime() i=m/60.0 s=m
Date : 2026-01-07 Size : 1kb User : chenxiao

sidus v[箭头]~指标,能很清晰的显示出交易信号,适合初学外汇交易者试用学习。 安装路径:MT4\MQL4\Indicators- Generated by EX4-TO-MQ4 decompiler V4.0.224.1 [] Website: http://purebeam.biz E-mail : purebeam@gmail.com #property copyright Sidus #property link http://www.metaquotes.net/ #property indicator_chart_window #property indicator_buffers 4 #property indicator_color1 Yellow #property indicator_color2 Red #property indicator_color3 Lime #property indicator_color4 Fuchsia extern int FastEMA = 8 extern int SlowEMA = 13 extern int RSIPeriod = 17 extern bool Alerts = FALSE double g_ibuf_92[] double g_ibuf_96[] double g_ibuf_100[] double g_ibuf_104[] int gi_108 = 0 int gi_112 = 0 double gd_116 = 0.0 double gd_unused_124 = 0.0 int init() { SetIndexStyle(0, DRAW_LINE) SetIndexBuffer(0, g_ibuf_92) SetIndexStyle(1, DRAW_LINE) SetIndexBuffer(1, g_ibuf_96) SetIndexStyle(2, DRAW_ARROW, STYLE_DASH, 2) SetIndexArrow(2, 233) SetIndexBuffer(2, g_ibuf_100) SetIndexEmptyValue(2, 0.0) SetIndexStyle(3,
Date : 2026-01-07 Size : 1kb User : chenxiao

双线MACD,在MT4上很好用,可以自己设置参数调整自己喜欢的交易级别。适合外汇交易任何货币对交易。 安装路径:MT4\MQL4\Indicators-//+ + //| Custom MACD.mq4 | //| Copyright ?2004, MetaQuotes Software Corp. | //| [url]http://www.metaquotes.net/[/url] | //+ + #property copyright Copyright ?2004, MetaQuotes Software Corp. #property link http://www.metaquotes.net/ // indicator settings #property indicator_separate_window #property indicator_buffers 4 #property indicator_color1 Blue #property indicator_color2 Yellow #property indicator_color3 Red #property indicator_color4 Green //int indicator_color3 // indicator parameters extern int FastEMA=12 extern int SlowEMA=26 extern int SignalSMA=9 // indicator buffers double ind_buffer1[] double ind_buffer2[] double ind_buffer3[] double ind_buffer4[] double temp //+ + //| Custom indicator init
Date : 2026-01-07 Size : 1kb User : chenxiao

这Renkolive的EA是跟单类外汇交易系统,不像其他头皮EA。这种EA会自动计算进仓,平仓,止损位。(This EA attaches to a chart (1M chart is best) and then builds a new offline chart with Renko boxes Added a startup option (BuildChartsWhenMarketOffline) to build the offline charts when inside of the OnInit() for times when the market is closed Changed the RenkoBoxSize variable from an INT to a DOUBLE for 5 digit currency accuracy (i.e. 5.5 == 55 pipettes))
Date : 2026-01-07 Size : 4kb User : letrungkien
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.